#include <shadervariabledeclarations.h>
Public Member Functions | |
ShaderVariableDeclaration (const std::string &name, int offset, int size) | |
virtual | ~ShaderVariableDeclaration () |
Public Attributes | |
std::string | mName |
Name of the declaration. More... | |
int | mOffset |
Memory offset. More... | |
int | mSize |
Total size (in bytes) of declaration. More... | |
Shader variable shader declaration base class.
ShaderVariableDeclaration | ( | const std::string & | name, |
int | offset, | ||
int | size | ||
) |
|
virtual |
std::string mName |
Name of the declaration.
int mOffset |
Memory offset.
int mSize |
Total size (in bytes) of declaration.