Describes a shader constant buffer. More...
#include <Shader.h>
Public Member Functions | |
bool | operator== (const ShaderCodeBufferDesc &RHS) const noexcept |
Comparison operator tests if two structures are equivalent. | |
Public Attributes | |
Uint32 | Size = 0 |
Buffer size in bytes. | |
Uint32 | NumVariables = 0 |
The number of variables in the buffer. | |
const ShaderCodeVariableDesc * | pVariables = nullptr |
An array of NumVariables variables, see Diligent::ShaderCodeVariableDesc. | |
Describes a shader constant buffer.