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
commandBuffermust be externally synchronized
Aliased Type§
pub enum PFN_vkCmdSetLineWidth {
None,
Some(unsafe extern "system" fn(CommandBuffer, f32)),
}