HDK
|
#include <RV_VKPipelineLayout.h>
Public Member Functions | |
bool | hasShaderStage (VkShaderStageFlagBits stage) const |
bool | addShaderModule (UT_UniquePtr< RV_VKShaderModule > shader_module) |
Definition at line 83 of file RV_VKPipelineLayout.h.
bool RV_VKPipelineLayoutInfo::addShaderModule | ( | UT_UniquePtr< RV_VKShaderModule > | shader_module | ) |
bool RV_VKPipelineLayoutInfo::hasShaderStage | ( | VkShaderStageFlagBits | stage | ) | const |
UT_Array<RV_VKDescriptorSetInfo> RV_VKPipelineLayoutInfo::myDescriptorSets |
Definition at line 100 of file RV_VKPipelineLayout.h.
UT_Array<RV_VKAttributeInfo> RV_VKPipelineLayoutInfo::myInputs |
Definition at line 99 of file RV_VKPipelineLayout.h.
UT_StringHolder RV_VKPipelineLayoutInfo::myName |
Definition at line 86 of file RV_VKPipelineLayout.h.
RV_VKPushConstantInfo RV_VKPipelineLayoutInfo::myPushConstants |
Definition at line 101 of file RV_VKPipelineLayout.h.
UT_Array<UT_UniquePtr<RV_VKShaderModule> > RV_VKPipelineLayoutInfo::myShaderModules |
Definition at line 87 of file RV_VKPipelineLayout.h.
UT_Map<VkShaderStageFlagBits, uint32_t> RV_VKPipelineLayoutInfo::myShaderStageMap |
Definition at line 89 of file RV_VKPipelineLayout.h.
RV_ShaderType RV_VKPipelineLayoutInfo::myShaderType = RV_SHADER_UNKNOWN |
Definition at line 97 of file RV_VKPipelineLayout.h.