PFN_vkCmdSetBlendConstants

Type Alias PFN_vkCmdSetBlendConstants 

Source
pub type PFN_vkCmdSetBlendConstants = Option<unsafe extern "system" fn(commandBuffer: VkCommandBuffer, blendConstants: *const f32)>;

Aliased Type§

pub enum PFN_vkCmdSetBlendConstants {
    None,
    Some(unsafe extern "system" fn(*mut VkCommandBuffer_T, *const f32)),
}

Variants§

§1.0.0

None

No value.

§1.0.0

Some(unsafe extern "system" fn(*mut VkCommandBuffer_T, *const f32))

Some value of type T.