Type Alias unity_native_plugin_sys::PFN_vkResetCommandPool

source ·
pub type PFN_vkResetCommandPool = Option<unsafe extern "system" fn(device: VkDevice, commandPool: VkCommandPool, flags: VkCommandPoolResetFlags) -> VkResult>;

Aliased Type§

enum PFN_vkResetCommandPool {
    None,
    Some(unsafe extern "system" fn(_: *mut VkDevice_T, _: *mut VkCommandPool_T, _: u32) -> i32),
}

Variants§

§1.0.0

None

No value.

§1.0.0

Some(unsafe extern "system" fn(_: *mut VkDevice_T, _: *mut VkCommandPool_T, _: u32) -> i32)

Some value of type T.