HDK
|
#include <shaderFunctionDesc.h>
Public Member Functions | |
HGI_API | HgiShaderFunctionBufferDesc () |
Public Attributes | |
std::string | nameInShader |
std::string | type |
uint32_t | bindIndex |
uint32_t | arraySize |
HgiBindingType | binding |
bool | writable |
Describes a buffer to be passed into a shader
Definition at line 111 of file shaderFunctionDesc.h.
HGI_API HgiShaderFunctionBufferDesc::HgiShaderFunctionBufferDesc | ( | ) |
uint32_t HgiShaderFunctionBufferDesc::arraySize |
Definition at line 119 of file shaderFunctionDesc.h.
uint32_t HgiShaderFunctionBufferDesc::bindIndex |
Definition at line 118 of file shaderFunctionDesc.h.
HgiBindingType HgiShaderFunctionBufferDesc::binding |
Definition at line 120 of file shaderFunctionDesc.h.
std::string HgiShaderFunctionBufferDesc::nameInShader |
Definition at line 116 of file shaderFunctionDesc.h.
std::string HgiShaderFunctionBufferDesc::type |
Definition at line 117 of file shaderFunctionDesc.h.
bool HgiShaderFunctionBufferDesc::writable |
Definition at line 121 of file shaderFunctionDesc.h.