Source position: vulkanlib.pas line 23381
type TvkCmdSetScissor = procedure(
commandBuffer: TVkCommandBuffer;
firstScissor: TVkUInt32;
scissorCount: TVkUInt32;
const pScissors: PVkRect2D
);