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