Type Alias unity_native_plugin_sys::PFN_vkCmdPushConstants2KHR
source · pub type PFN_vkCmdPushConstants2KHR = Option<unsafe extern "system" fn(commandBuffer: VkCommandBuffer, pPushConstantsInfo: *const VkPushConstantsInfoKHR)>;Aliased Type§
enum PFN_vkCmdPushConstants2KHR {
None,
Some(unsafe extern "system" fn(_: *mut VkCommandBuffer_T, _: *const VkPushConstantsInfoKHR)),
}Variants§
None
No value.
Some(unsafe extern "system" fn(_: *mut VkCommandBuffer_T, _: *const VkPushConstantsInfoKHR))
Some value of type T.