pub type PFN_vkCmdSetViewportWithCountEXT = Option<unsafe extern "system" fn(commandBuffer: VkCommandBuffer, viewportCount: u32, pViewports: *const VkViewport)>;Aliased Type§
enum PFN_vkCmdSetViewportWithCountEXT {
None,
Some(unsafe extern "system" fn(_: *mut VkCommandBuffer_T, _: u32, _: *const VkViewport)),
}Variants§
None
No value.
Some(unsafe extern "system" fn(_: *mut VkCommandBuffer_T, _: u32, _: *const VkViewport))
Some value of type T.