C Specification
If the bound graphics pipeline state was created with the
VK_DYNAMIC_STATE_CULL_MODE_EXT
dynamic state enabled then the cull
mode is set dynamically by calling:
// Provided by VK_EXT_extended_dynamic_state
void vkCmdSetCullModeEXT(
VkCommandBuffer commandBuffer,
VkCullModeFlags cullMode);
Parameters
-
commandBuffer
is the command buffer into which the command will be recorded. -
cullMode
specifies the cull mode 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.