CFx SDK Documentation 2024 SP0
Loading...
Searching...
No Matches
Classes | Macros | Typedefs
TrGL2LocalContext.h File Reference
#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< OdTrGL2LocalContextOdTrGL2LocalContextPtr
 

Macro Definition Documentation

◆ GLFunction

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

Definition at line 39 of file TrGL2LocalContext.h.

◆ GLFunction2

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

Definition at line 40 of file TrGL2LocalContext.h.

◆ GLFunction3

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

Definition at line 41 of file TrGL2LocalContext.h.

◆ GLFunction4

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

Definition at line 42 of file TrGL2LocalContext.h.

◆ GLFunction5

#define GLFunction5 (   t,
  a,
  b,
  c,
  d,
  e,
  f 
)    virtual t no##a(b,c,d,e,f) const;

Definition at line 43 of file TrGL2LocalContext.h.

◆ GLFunction6

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

Definition at line 44 of file TrGL2LocalContext.h.

◆ GLFunction7

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

Definition at line 45 of file TrGL2LocalContext.h.

◆ GLFunction9

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

Definition at line 46 of file TrGL2LocalContext.h.

◆ GLProcedure

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

Definition at line 38 of file TrGL2LocalContext.h.

◆ GLProcedure0

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

<group ExRender_Windows_Classes>

Definition at line 37 of file TrGL2LocalContext.h.

Typedef Documentation

◆ OdTrGL2LocalContextPtr

Definition at line 68 of file TrGL2LocalContext.h.