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§

§1.0.0

None

No value.

§1.0.0

Some(unsafe extern "system" fn(_: *mut VkCommandBuffer_T, _: u32, _: *const VkViewport))

Some value of type T.