HDK
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Groups Pages
RE_OGLErrorChecker.h File Reference
#include "RE_API.h"
+ Include dependency graph for RE_OGLErrorChecker.h:

Go to the source code of this file.

Macros

#define RE_CHECK_STATE   0
 
#define RE_VerifyState
 
#define RE_CheckForErrorsOnSwap()
 
#define RE_CheckValidContext()
 
#define RE_CheckNoErrors(string)
 
#define RE_CheckContextErrors(r, string)
 
#define RE_SetLockedContext(render)
 
#define RE_EnableDebugMode(enable)
 
#define RE_DebugModeEnabled()   false
 
#define RE_CHECK_ERRORS()
 

Functions

RE_API void REcheckForErrorsOnSwap ()
 
RE_API void REcheckValidContext ()
 
RE_API void REcheckNoErrors (const char *file, int line, const char *message)
 
RE_API void REcheckContextErrors (const RE_OGLRender *r, const char *file, int line, const char *message)
 
RE_API void REenableDebugMode (bool enable)
 
RE_API bool REdebugModeEnabled ()
 
RE_API void REsetLockedContext (const RE_OGLRender *render)
 

Macro Definition Documentation

#define RE_CHECK_ERRORS ( )

Definition at line 77 of file RE_OGLErrorChecker.h.

#define RE_CHECK_STATE   0

Definition at line 49 of file RE_OGLErrorChecker.h.

#define RE_CheckContextErrors (   r,
  string 
)

Definition at line 73 of file RE_OGLErrorChecker.h.

#define RE_CheckForErrorsOnSwap ( )

Definition at line 70 of file RE_OGLErrorChecker.h.

#define RE_CheckNoErrors (   string)

Definition at line 72 of file RE_OGLErrorChecker.h.

#define RE_CheckValidContext ( )

Definition at line 71 of file RE_OGLErrorChecker.h.

#define RE_DebugModeEnabled ( )    false

Definition at line 76 of file RE_OGLErrorChecker.h.

#define RE_EnableDebugMode (   enable)

Definition at line 75 of file RE_OGLErrorChecker.h.

#define RE_SetLockedContext (   render)

Definition at line 74 of file RE_OGLErrorChecker.h.

#define RE_VerifyState

Definition at line 69 of file RE_OGLErrorChecker.h.

Function Documentation

RE_API void REcheckContextErrors ( const RE_OGLRender r,
const char *  file,
int  line,
const char *  message 
)
RE_API void REcheckForErrorsOnSwap ( )
RE_API void REcheckNoErrors ( const char *  file,
int  line,
const char *  message 
)
RE_API void REcheckValidContext ( )
RE_API bool REdebugModeEnabled ( )
RE_API void REenableDebugMode ( bool  enable)
RE_API void REsetLockedContext ( const RE_OGLRender render)