VkPipelineViewportStateCreateInfo

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

flags
VkPipelineViewportStateCreateFlags flags;
Undocumented in source.
pNext
const(void)* pNext;
Undocumented in source.
pScissors
const(VkRect2D)* pScissors;
Undocumented in source.
pViewports
const(VkViewport)* pViewports;
Undocumented in source.
sType
VkStructureType sType;
Undocumented in source.
scissorCount
uint32_t scissorCount;
Undocumented in source.
viewportCount
uint32_t viewportCount;
Undocumented in source.

Meta