![]() |
Murl Engine API
Version 2018.3
|
A declaration of a predefined uniform variable. More...
#include <murl_video_i_shader_technique.h>
A declaration of a predefined uniform variable.
Public Member Functions | |
UniformVariableDeclaration (IEnums::UniformItem item) | |
The constructor. More... | |
Public Attributes | |
IEnums::UniformItem | mItem |
The predefined item. | |
IEnums::UniformType | mType |
The data type. | |
const Char * | mName |
The primary name. | |
const Char * | mAlternativeName |
The alternative name. | |
|
inline |
The constructor.
item | The predefined item. |