HDK
|
#include <shaderFunctionDesc.h>
Public Member Functions | |
HGI_API | HgiShaderFunctionParamDesc () |
Public Attributes | |
std::string | nameInShader |
std::string | type |
int32_t | location |
int32_t | interstageSlot |
HgiInterpolationType | interpolation |
HgiSamplingType | sampling |
HgiStorageType | storage |
std::string | role |
std::string | arraySize |
Describes a param passed into a shader or between shader stages.
Definition at line 163 of file shaderFunctionDesc.h.
HGI_API HgiShaderFunctionParamDesc::HgiShaderFunctionParamDesc | ( | ) |
std::string HgiShaderFunctionParamDesc::arraySize |
Definition at line 176 of file shaderFunctionDesc.h.
HgiInterpolationType HgiShaderFunctionParamDesc::interpolation |
Definition at line 172 of file shaderFunctionDesc.h.
int32_t HgiShaderFunctionParamDesc::interstageSlot |
Definition at line 171 of file shaderFunctionDesc.h.
int32_t HgiShaderFunctionParamDesc::location |
Definition at line 170 of file shaderFunctionDesc.h.
std::string HgiShaderFunctionParamDesc::nameInShader |
Definition at line 168 of file shaderFunctionDesc.h.
std::string HgiShaderFunctionParamDesc::role |
Definition at line 175 of file shaderFunctionDesc.h.
HgiSamplingType HgiShaderFunctionParamDesc::sampling |
Definition at line 173 of file shaderFunctionDesc.h.
HgiStorageType HgiShaderFunctionParamDesc::storage |
Definition at line 174 of file shaderFunctionDesc.h.
std::string HgiShaderFunctionParamDesc::type |
Definition at line 169 of file shaderFunctionDesc.h.