Skip to main content

PFN_vkCmdSetFrontFace

Type Alias PFN_vkCmdSetFrontFace 

Source
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

  • commandBuffer must be externally synchronized

Aliased Type§

pub enum PFN_vkCmdSetFrontFace {
    None,
    Some(unsafe extern "system" fn(CommandBuffer, FrontFace)),
}

Variants§

§1.0.0

None

No value.

§1.0.0

Some(unsafe extern "system" fn(CommandBuffer, FrontFace))

Some value of type T.