pub type CmdSetScissorWithCount = unsafe extern "C" fn(command_buffer: CommandBuffer, scissor_count: u32, p_scissors: *const Rect2D);Expand description
Chapter: Fixed-Function Vertex Post-Processing
Description: Set the scissor count and scissor rectangular bounds dynamically for a command buffer
Provided by: VK_VERSION_1_3
Reference: vkCmdSetScissorWithCount