pub type PFN_vkCmdSetDepthCompareOp = unsafe extern "system" fn(_command_buffer: CommandBuffer, _depth_compare_op: CompareOp);
Expand description