Type Alias unity_native_plugin_sys::PFN_vkCmdBeginRendering

source ·
pub type PFN_vkCmdBeginRendering = Option<unsafe extern "system" fn(commandBuffer: VkCommandBuffer, pRenderingInfo: *const VkRenderingInfo)>;

Aliased Type§

enum PFN_vkCmdBeginRendering {
    None,
    Some(unsafe extern "system" fn(_: *mut VkCommandBuffer_T, _: *const VkRenderingInfo)),
}

Variants§

§1.0.0

None

No value.

§1.0.0

Some(unsafe extern "system" fn(_: *mut VkCommandBuffer_T, _: *const VkRenderingInfo))

Some value of type T.