#include "RE_API.h"#include <UT/UT_Defines.h>Go to the source code of this file.
Defines | |
| #define | RE_CHECK_STATE 0 |
| #define | RE_CheckForErrorsOnSwap() |
| #define | RE_CheckValidContext() |
| #define | RE_CheckNoErrors(string) |
| #define | RE_CheckInBegin() |
| #define | RE_CheckNotInBegin() |
| #define | RE_CheckInBeginWithoutContext() |
| #define | RE_CheckNotInBeginWithoutContext() |
| #define | RE_Begin() |
| #define | RE_End() |
| #define | RE_SetLockedContext(render) |
Functions | |
| RE_API void | REcheckForErrorsOnSwap () |
| RE_API void | REcheckValidContext () |
| RE_API void | REcheckNoErrors (const char *str) |
| RE_API void | REcheckInBegin () |
| RE_API void | REcheckNotInBegin () |
| RE_API void | REcheckInBeginWithoutContext () |
| RE_API void | REcheckNotInBeginWithoutContext () |
| RE_API void | REbegin () |
| RE_API void | REend () |
| RE_API void | REsetLockedContext (const RE_OGLRender *render) |
| #define RE_Begin | ( | ) |
Definition at line 53 of file RE_OGLErrorChecker.h.
| #define RE_CHECK_STATE 0 |
Definition at line 26 of file RE_OGLErrorChecker.h.
| #define RE_CheckForErrorsOnSwap | ( | ) |
Definition at line 46 of file RE_OGLErrorChecker.h.
| #define RE_CheckInBegin | ( | ) |
Definition at line 49 of file RE_OGLErrorChecker.h.
| #define RE_CheckInBeginWithoutContext | ( | ) |
Definition at line 51 of file RE_OGLErrorChecker.h.
| #define RE_CheckNoErrors | ( | string | ) |
Definition at line 48 of file RE_OGLErrorChecker.h.
| #define RE_CheckNotInBegin | ( | ) |
Definition at line 50 of file RE_OGLErrorChecker.h.
| #define RE_CheckNotInBeginWithoutContext | ( | ) |
Definition at line 52 of file RE_OGLErrorChecker.h.
| #define RE_CheckValidContext | ( | ) |
Definition at line 47 of file RE_OGLErrorChecker.h.
| #define RE_End | ( | ) |
Definition at line 54 of file RE_OGLErrorChecker.h.
| #define RE_SetLockedContext | ( | render | ) |
Definition at line 55 of file RE_OGLErrorChecker.h.
| RE_API void REbegin | ( | ) |
| RE_API void REcheckForErrorsOnSwap | ( | ) |
| RE_API void REcheckInBegin | ( | ) |
| RE_API void REcheckInBeginWithoutContext | ( | ) |
| RE_API void REcheckNoErrors | ( | const char * | str | ) |
| RE_API void REcheckNotInBegin | ( | ) |
| RE_API void REcheckNotInBeginWithoutContext | ( | ) |
| RE_API void REcheckValidContext | ( | ) |
| RE_API void REend | ( | ) |
| RE_API void REsetLockedContext | ( | const RE_OGLRender * | render | ) |
1.5.9