![]() |
|
Describes an interstage param block between shader stages. More...
#include <shaderFunctionDesc.h>
Public Types | |
| using | MemberVector = std::vector< Member > |
Public Attributes | |
| std::string | blockName |
| std::string | instanceName |
| MemberVector | members |
| std::string | arraySize |
| int32_t | interstageSlot |
Describes an interstage param block between shader stages.
Definition at line 193 of file shaderFunctionDesc.h.
| using MemberVector = std::vector<Member> |
Definition at line 204 of file shaderFunctionDesc.h.
| std::string arraySize |
Definition at line 209 of file shaderFunctionDesc.h.
| std::string blockName |
Definition at line 206 of file shaderFunctionDesc.h.
| std::string instanceName |
Definition at line 207 of file shaderFunctionDesc.h.
| int32_t interstageSlot |
Definition at line 210 of file shaderFunctionDesc.h.
| MemberVector members |
Definition at line 208 of file shaderFunctionDesc.h.