Skip to main content

PFN_vkCmdSetFrontFaceEXT

Type Alias PFN_vkCmdSetFrontFaceEXT 

Source
pub type PFN_vkCmdSetFrontFaceEXT = PFN_vkCmdSetFrontFace;

Aliased Type§

pub enum PFN_vkCmdSetFrontFaceEXT {
    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.