TDME2 1.9.121
|
Shader model. More...
#include <tdme/engine/model/ShaderModel.h>
Public Member Functions | |
ShaderModel (const string &name, int ordinal) | |
![]() | |
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 ShaderModel * | valueOf (const string &a0) |
Static Public Attributes | |
static STATIC_DLL_IMPEXT ShaderModel * | SPECULAR = new ShaderModel("SPECULAR", 0) |
static STATIC_DLL_IMPEXT ShaderModel * | PBR = new ShaderModel("PBR", 1) |
Friends | |
class | Model |
Shader model.
Definition at line 18 of file ShaderModel.h.
ShaderModel | ( | const string & | name, |
int | ordinal | ||
) |
Definition at line 13 of file ShaderModel.cpp.
|
static |
Definition at line 20 of file ShaderModel.cpp.
|
friend |
Definition at line 20 of file ShaderModel.h.
|
static |
Definition at line 24 of file ShaderModel.h.
|
static |
Definition at line 23 of file ShaderModel.h.