pub type PFN_vkCmdSetLineRasterizationModeEXT = Option<unsafe extern "C" fn(commandBuffer: VkCommandBuffer, lineRasterizationMode: VkLineRasterizationModeEXT)>;Aliased Type§
pub enum PFN_vkCmdSetLineRasterizationModeEXT {
None,
Some(unsafe extern "C" fn(*mut VkCommandBuffer_T, VkLineRasterizationModeEXT)),
}Variants§
None
No value.
Some(unsafe extern "C" fn(*mut VkCommandBuffer_T, VkLineRasterizationModeEXT))
Some value of type T.