XPMP2
X-Plane multiplayer library 2 - using instancing
XPMPPlaneRenderer.h
Go to the documentation of this file.
1 
26 #ifndef XPLMPLANERENDERER_H
27 #define XPLMPLANERENDERER_H
28 
29 // Theoretically you can plug in your own plane-rendering
30 // function (although in practice this isn't real useful.
31 // These functions do "the drawing" once per frame.
32 
35 [[deprecated("Internal function no longer supported")]]
37 
40 [[deprecated("Internal function no longer supported")]]
41 void XPMPDefaultPlaneRenderer(int is_blend);
42 
45 [[deprecated("Internal function no longer supported")]]
47 
48 #endif
void XPMPDeinitDefaultPlaneRenderer(void)
Was an internal libxplanemp functions.
Definition: XPMPMultiplayer.cpp:596
void XPMPInitDefaultPlaneRenderer(void)
Was an internal libxplanemp functions.
Definition: XPMPMultiplayer.cpp:594
void XPMPDefaultPlaneRenderer(int is_blend)
Was an internal libxplanemp functions.
Definition: XPMPMultiplayer.cpp:595