TDME2 1.9.121
Public Member Functions | Static Public Member Functions | Static Public Attributes | Friends | List of all members
ShaderModel Class Referencefinal

Shader model. More...

#include <tdme/engine/model/ShaderModel.h>

Inheritance diagram for ShaderModel:
Inheritance graph
Collaboration diagram for ShaderModel:
Collaboration graph

Public Member Functions

 ShaderModel (const string &name, int ordinal)
 
- Public Member Functions inherited from Enum
 Enum (const string &name, int32_t ordinal)
 Public constructor. More...
 
const string & getName () const
 
int32_t getOrdinal () const
 
bool equals (Enum *enumObject) const
 Compare enum with another enum. More...
 

Static Public Member Functions

static ShaderModelvalueOf (const string &a0)
 

Static Public Attributes

static STATIC_DLL_IMPEXT ShaderModelSPECULAR = new ShaderModel("SPECULAR", 0)
 
static STATIC_DLL_IMPEXT ShaderModelPBR = new ShaderModel("PBR", 1)
 

Friends

class Model
 

Detailed Description

Shader model.

Definition at line 18 of file ShaderModel.h.

Constructor & Destructor Documentation

◆ ShaderModel()

ShaderModel ( const string &  name,
int  ordinal 
)

Definition at line 13 of file ShaderModel.cpp.

Member Function Documentation

◆ valueOf()

ShaderModel * valueOf ( const string &  a0)
static

Definition at line 20 of file ShaderModel.cpp.

Friends And Related Function Documentation

◆ Model

friend class Model
friend

Definition at line 20 of file ShaderModel.h.

Member Data Documentation

◆ PBR

ShaderModel * PBR = new ShaderModel("PBR", 1)
static

Definition at line 24 of file ShaderModel.h.

◆ SPECULAR

ShaderModel * SPECULAR = new ShaderModel("SPECULAR", 0)
static

Definition at line 23 of file ShaderModel.h.


The documentation for this class was generated from the following files: