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