![]() |
Murl Engine API
Version 2024.1
|
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 (const 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. | |
const Char * | mCrossCompileName |
The alternative name generated by the cross compiler. | |
|
inlineexplicit |
The constructor.
item | The predefined item. |