CFx SDK Documentation 2026 SP0
Loading...
Searching...
No Matches
TrGL2LocalContext.h File Reference

Go to the source code of this file.

Classes

class  OdTrGL2LocalContext
 

Macros

#define GLProcedure0(t, a)
 
#define GLProcedure(t, a, b)
 
#define GLFunction0(t, a)
 
#define GLFunction(t, a, b)
 
#define GLFunction2(t, a, b, c)
 
#define GLFunction3(t, a, b, c, d)
 
#define GLFunction4(t, a, b, c, d, e)
 
#define GLFunction5(t, a, b, c, d, e, f)
 
#define GLFunction6(t, a, b, c, d, e, f, g)
 
#define GLFunction7(t, a, b, c, d, e, f, g, h)
 
#define GLFunction9(t, a, b, c, d, e, f, g, h, i, j)
 

Typedefs

typedef OdSmartPtr< OdTrGL2LocalContextOdTrGL2LocalContextPtr
 

Macro Definition Documentation

◆ GLFunction

#define GLFunction ( t,
a,
b )
Value:
virtual t no##a(b) const;

Definition at line 40 of file TrGL2LocalContext.h.

◆ GLFunction0

#define GLFunction0 ( t,
a )
Value:
virtual t no##a() const;

Definition at line 39 of file TrGL2LocalContext.h.

◆ GLFunction2

#define GLFunction2 ( t,
a,
b,
c )
Value:
virtual t no##a(b,c) const;

Definition at line 41 of file TrGL2LocalContext.h.

◆ GLFunction3

#define GLFunction3 ( t,
a,
b,
c,
d )
Value:
virtual t no##a(b,c,d) const;

Definition at line 42 of file TrGL2LocalContext.h.

◆ GLFunction4

#define GLFunction4 ( t,
a,
b,
c,
d,
e )
Value:
virtual t no##a(b,c,d,e) const;

Definition at line 43 of file TrGL2LocalContext.h.

◆ GLFunction5

#define GLFunction5 ( t,
a,
b,
c,
d,
e,
f )
Value:
virtual t no##a(b,c,d,e,f) const;
GLfloat f
Definition gles2_ext.h:564

Definition at line 44 of file TrGL2LocalContext.h.

◆ GLFunction6

#define GLFunction6 ( t,
a,
b,
c,
d,
e,
f,
g )
Value:
virtual t no##a(b,c,d,e,f,g) const;

Definition at line 45 of file TrGL2LocalContext.h.

◆ GLFunction7

#define GLFunction7 ( t,
a,
b,
c,
d,
e,
f,
g,
h )
Value:
virtual t no##a(b,c,d,e,f,g,h) const;

Definition at line 46 of file TrGL2LocalContext.h.

◆ GLFunction9

#define GLFunction9 ( t,
a,
b,
c,
d,
e,
f,
g,
h,
i,
j )
Value:
virtual t no##a(b,c,d,e,f,g,h,i,j) const;

Definition at line 47 of file TrGL2LocalContext.h.

◆ GLProcedure

#define GLProcedure ( t,
a,
b )
Value:
virtual t no##a(b) const;

Definition at line 38 of file TrGL2LocalContext.h.

◆ GLProcedure0

#define GLProcedure0 ( t,
a )
Value:
virtual t no##a() const;

<group ExRender_Windows_Classes>

Definition at line 37 of file TrGL2LocalContext.h.

Typedef Documentation

◆ OdTrGL2LocalContextPtr