CFx SDK Documentation 2024 SP0
|
#include "TD_PackPush.h"
#include "../TrRndLocalContext.h"
#include "GLES2Include.h"
#include "../TrRenderExport.h"
#include "Tr/render/nogl/TrRndNoGLContextHolderFunctionsList.inl"
#include "TD_PackPop.h"
Go to the source code of this file.
Classes | |
class | OdTrGL2LocalContext |
Macros | |
#define | GLProcedure0(t, a) virtual t no##a() const; |
#define | GLProcedure(t, a, b) virtual t no##a(b) const; |
#define | GLFunction(t, a, b) virtual t no##a(b) const; |
#define | GLFunction2(t, a, b, c) virtual t no##a(b,c) const; |
#define | GLFunction3(t, a, b, c, d) virtual t no##a(b,c,d) const; |
#define | GLFunction4(t, a, b, c, d, e) virtual t no##a(b,c,d,e) const; |
#define | GLFunction5(t, a, b, c, d, e, f) virtual t no##a(b,c,d,e,f) const; |
#define | GLFunction6(t, a, b, c, d, e, f, g) virtual t no##a(b,c,d,e,f,g) const; |
#define | GLFunction7(t, a, b, c, d, e, f, g, h) virtual t no##a(b,c,d,e,f,g,h) const; |
#define | GLFunction9(t, a, b, c, d, e, f, g, h, i, j) virtual t no##a(b,c,d,e,f,g,h,i,j) const; |
Typedefs | |
typedef OdSmartPtr< OdTrGL2LocalContext > | OdTrGL2LocalContextPtr |
#define GLFunction | ( | t, | |
a, | |||
b | |||
) | virtual t no##a(b) const; |
Definition at line 39 of file TrGL2LocalContext.h.
#define GLFunction2 | ( | t, | |
a, | |||
b, | |||
c | |||
) | virtual t no##a(b,c) const; |
Definition at line 40 of file TrGL2LocalContext.h.
#define GLFunction3 | ( | t, | |
a, | |||
b, | |||
c, | |||
d | |||
) | virtual t no##a(b,c,d) const; |
Definition at line 41 of file TrGL2LocalContext.h.
#define GLFunction4 | ( | t, | |
a, | |||
b, | |||
c, | |||
d, | |||
e | |||
) | virtual t no##a(b,c,d,e) const; |
Definition at line 42 of file TrGL2LocalContext.h.
Definition at line 43 of file TrGL2LocalContext.h.
Definition at line 44 of file TrGL2LocalContext.h.
Definition at line 45 of file TrGL2LocalContext.h.
Definition at line 46 of file TrGL2LocalContext.h.
#define GLProcedure | ( | t, | |
a, | |||
b | |||
) | virtual t no##a(b) const; |
Definition at line 38 of file TrGL2LocalContext.h.
#define GLProcedure0 | ( | t, | |
a | |||
) | virtual t no##a() const; |
<group ExRender_Windows_Classes>
Definition at line 37 of file TrGL2LocalContext.h.
Definition at line 68 of file TrGL2LocalContext.h.