|
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 48 of file shaderFunctionDesc.h.
| HGI_API HgiShaderFunctionTextureDesc::HgiShaderFunctionTextureDesc | ( | ) |
| size_t HgiShaderFunctionTextureDesc::arraySize |
Definition at line 58 of file shaderFunctionDesc.h.
| uint32_t HgiShaderFunctionTextureDesc::bindIndex |
Definition at line 57 of file shaderFunctionDesc.h.
| uint32_t HgiShaderFunctionTextureDesc::dimensions |
Definition at line 54 of file shaderFunctionDesc.h.
| HgiFormat HgiShaderFunctionTextureDesc::format |
Definition at line 55 of file shaderFunctionDesc.h.
| std::string HgiShaderFunctionTextureDesc::nameInShader |
Definition at line 53 of file shaderFunctionDesc.h.
| HgiShaderTextureType HgiShaderFunctionTextureDesc::textureType |
Definition at line 56 of file shaderFunctionDesc.h.
| bool HgiShaderFunctionTextureDesc::writable |
Definition at line 59 of file shaderFunctionDesc.h.