HDK
|
#include <shaderFunctionDesc.h>
Public Member Functions | |
HGI_API | HgiShaderFunctionTextureDesc () |
Public Attributes | |
std::string | nameInShader |
uint32_t | dimensions |
HgiFormat | format |
HgiShaderTextureType | textureType |
uint32_t | bindIndex |
size_t | arraySize |
bool | writable |
Describes a texture to be passed into a shader
Definition at line 65 of file shaderFunctionDesc.h.
HGI_API HgiShaderFunctionTextureDesc::HgiShaderFunctionTextureDesc | ( | ) |
size_t HgiShaderFunctionTextureDesc::arraySize |
Definition at line 75 of file shaderFunctionDesc.h.
uint32_t HgiShaderFunctionTextureDesc::bindIndex |
Definition at line 74 of file shaderFunctionDesc.h.
uint32_t HgiShaderFunctionTextureDesc::dimensions |
Definition at line 71 of file shaderFunctionDesc.h.
HgiFormat HgiShaderFunctionTextureDesc::format |
Definition at line 72 of file shaderFunctionDesc.h.
std::string HgiShaderFunctionTextureDesc::nameInShader |
Definition at line 70 of file shaderFunctionDesc.h.
HgiShaderTextureType HgiShaderFunctionTextureDesc::textureType |
Definition at line 73 of file shaderFunctionDesc.h.
bool HgiShaderFunctionTextureDesc::writable |
Definition at line 76 of file shaderFunctionDesc.h.