#include <shadervariabledeclarations.h>
Public Member Functions | |
| ShaderVariableDeclaration (const std::string &name, int offset, int size) | |
| virtual | ~ShaderVariableDeclaration () |
| ShaderVariableDeclaration (ShaderVariableDeclaration &&inRHS)=default | |
| ShaderVariableDeclaration & | operator= (ShaderVariableDeclaration &&inRHS)=default |
| ShaderVariableDeclaration (const ShaderVariableDeclaration &)=delete | |
| ShaderVariableDeclaration & | operator= (const ShaderVariableDeclaration &)=delete |
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 |
|
default |
|
delete |
|
delete |
|
default |
| std::string mName |
Name of the declaration.
| int mOffset |
Memory offset.
| int mSize |
Total size (in bytes) of declaration.