pub type PFN_vkResetCommandPool = Option<unsafe extern "system" fn(device: Device, command_pool: CommandPool, flags: CommandPoolResetFlags) -> Result>;Expand description
vkResetCommandPool
Provided by VK_BASE_VERSION_1_0.
§Success Codes
VK_SUCCESS
§Error Codes
VK_ERROR_OUT_OF_DEVICE_MEMORYVK_ERROR_UNKNOWNVK_ERROR_VALIDATION_FAILED
§Thread Safety
commandPoolmust be externally synchronized
Aliased Type§
pub enum PFN_vkResetCommandPool {
None,
Some(unsafe extern "system" fn(Device, CommandPool, CommandPoolResetFlagBits) -> Result),
}Variants§
None
No value.
Some(unsafe extern "system" fn(Device, CommandPool, CommandPoolResetFlagBits) -> Result)
Some value of type T.