PFN_vkCmdSetViewportWithCount

Type Alias PFN_vkCmdSetViewportWithCount 

Source
pub type PFN_vkCmdSetViewportWithCount = Option<unsafe extern "system" fn(commandBuffer: VkCommandBuffer, viewportCount: u32, pViewports: *const VkViewport)>;

Aliased Type§

pub enum PFN_vkCmdSetViewportWithCount {
    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.