Classes
|
class
|
FBOGLContextWrapper |
|
Wrapper for an OpenGL context. More...
|
struct
|
FBOGLContextWrapper::FBOGLStretchBlitData |
|
OpenGL StretchBlitData.
More...
|
Defines
|
#define |
FBSDK_DLL K_DLLIMPORT |
|
Be sure that FBSDK_DLL is defined only
once...
|
Typedefs
|
typedef
int |
FBPlatformPixelFormat |
typedef
int |
FBPlatformGLContext |
typedef
int |
FBPlatformDisplayContext |
typedef
bool(* |
TIsPFD2EquivalentToPFD1
)(const FBPlatformPixelFormat
&, const FBPlatformPixelFormat
&) |
typedef
void(* |
TRenderOperation
)(FBPlatformDisplayContext,
int, int, int, int, FBPlatformDisplayContext,
int, int, int, int, void *, const void *) |
Functions
|
|
__FB_FORWARD
(FBOGLContextWrapper) |
|
FB_DEFINE_COMPONENT
(K_DLLIMPORT, OGLContextWrapper) |
Define Documentation
#define
FBSDK_DLL K_DLLIMPORT |
Be sure that FBSDK_DLL is defined only once...
Definition at line 44 of file fboglwrap.h.
Typedef Documentation
typedef void(* TRenderOperation)(FBPlatformDisplayContext,
int, int, int, int, FBPlatformDisplayContext,
int, int, int, int, void *, const void *) |
Function Documentation
FB_DEFINE_COMPONENT |
( |
K_DLLIMPORT |
, |
|
|
OGLContextWrapper |
|
|
) |
|
|
Go to the source code of this
file.