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