VkCmdSetScissorWithCountEXT typedef

VkCmdSetScissorWithCountEXT = void Function(Pointer<VkCommandBuffer> commandBuffer, int scissorCount, Pointer<VkRect2D> pScissors)

Implementation

typedef VkCmdSetScissorWithCountEXT = void Function(
    Pointer<VkCommandBuffer> commandBuffer,
    int scissorCount,
    Pointer<VkRect2D> pScissors);