VkShaderCreateInfoEXT

Undocumented in source but is binding to an external library. You might be able to learn more by searching the web for its name.

Members

Variables

codeSize
size_t codeSize;
Undocumented in source.
codeType
VkShaderCodeTypeEXT codeType;
Undocumented in source.
flags
VkShaderCreateFlagsEXT flags;
Undocumented in source.
nextStage
VkShaderStageFlags nextStage;
Undocumented in source.
pCode
const(void)* pCode;
Undocumented in source.
pName
const(char)* pName;
Undocumented in source.
pNext
const(void)* pNext;
Undocumented in source.
pPushConstantRanges
const(VkPushConstantRange)* pPushConstantRanges;
Undocumented in source.
pSetLayouts
const(VkDescriptorSetLayout)* pSetLayouts;
Undocumented in source.
pSpecializationInfo
const(VkSpecializationInfo)* pSpecializationInfo;
Undocumented in source.
pushConstantRangeCount
uint32_t pushConstantRangeCount;
Undocumented in source.
sType
VkStructureType sType;
Undocumented in source.
setLayoutCount
uint32_t setLayoutCount;
Undocumented in source.
stage
VkShaderStageFlagBits stage;
Undocumented in source.

Meta