pub type PFN_vkCmdSetFrontFace = Option<unsafe extern "system" fn(command_buffer: CommandBuffer, front_face: FrontFace)>;Expand description
vkCmdSetFrontFace
Provided by VK_GRAPHICS_VERSION_1_3.
§Thread Safety
commandBuffermust be externally synchronized
Aliased Type§
pub enum PFN_vkCmdSetFrontFace {
None,
Some(unsafe extern "system" fn(CommandBuffer, FrontFace)),
}Variants§
None
No value.
Some(unsafe extern "system" fn(CommandBuffer, FrontFace))
Some value of type T.