VkPipelineMultisampleStateCreateInfo

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

alphaToCoverageEnable
VkBool32 alphaToCoverageEnable;
Undocumented in source.
alphaToOneEnable
VkBool32 alphaToOneEnable;
Undocumented in source.
flags
VkPipelineMultisampleStateCreateFlags flags;
Undocumented in source.
minSampleShading
float minSampleShading;
Undocumented in source.
pNext
const(void)* pNext;
Undocumented in source.
pSampleMask
const(VkSampleMask)* pSampleMask;
Undocumented in source.
rasterizationSamples
VkSampleCountFlagBits rasterizationSamples;
Undocumented in source.
sType
VkStructureType sType;
Undocumented in source.
sampleShadingEnable
VkBool32 sampleShadingEnable;
Undocumented in source.

Meta