TDME2 1.9.121
ShaderModel.h
Go to the documentation of this file.
1#pragma once
2
3#include <string>
4
5#include <tdme/tdme.h>
8
9using std::string;
10
14
15/**
16 * Shader model
17 */
19{
20 friend class Model;
21
22public:
25
26public:
27 ShaderModel(const string& name, int ordinal);
28
29public:
30 static ShaderModel* valueOf(const string& a0);
31
32};
Representation of a 3d model.
Definition: Model.h:32
static STATIC_DLL_IMPEXT ShaderModel * PBR
Definition: ShaderModel.h:24
ShaderModel(const string &name, int ordinal)
Definition: ShaderModel.cpp:13
static STATIC_DLL_IMPEXT ShaderModel * SPECULAR
Definition: ShaderModel.h:23
static ShaderModel * valueOf(const string &a0)
Definition: ShaderModel.cpp:20
Enum base class.
Definition: Enum.h:14
int32_t ordinal
Definition: Enum.h:17
#define STATIC_DLL_IMPEXT
Definition: tdme.h:11