Skip to main content

PFN_vkCmdSetLineWidth

Type Alias PFN_vkCmdSetLineWidth 

Source
pub type PFN_vkCmdSetLineWidth = Option<unsafe extern "system" fn(command_buffer: CommandBuffer, line_width: f32)>;
Expand description

vkCmdSetLineWidth Provided by VK_GRAPHICS_VERSION_1_0.

§Thread Safety

  • commandBuffer must be externally synchronized

Aliased Type§

pub enum PFN_vkCmdSetLineWidth {
    None,
    Some(unsafe extern "system" fn(CommandBuffer, f32)),
}

Variants§

§1.0.0

None

No value.

§1.0.0

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

Some value of type T.