C Specification
If the bound graphics pipeline state was created with the
VK_DYNAMIC_STATE_FRONT_FACE_EXT
dynamic state enabled then the front
face property is set dynamically by calling:
// Provided by VK_EXT_extended_dynamic_state
void vkCmdSetFrontFaceEXT(
VkCommandBuffer commandBuffer,
VkFrontFace frontFace);
Parameters
-
commandBuffer
is the command buffer into which the command will be recorded. -
frontFace
specifies the front face property to use for drawing.
Document Notes
For more information, see the Vulkan Specification
This page is extracted from the Vulkan Specification. Fixes and changes should be made to the Specification, not directly.