VkCmdSetScissorWithCountNative typedef

VkCmdSetScissorWithCountNative = Void Function(Pointer<VkCommandBuffer> commandBuffer, Uint32 scissorCount, Pointer<VkRect2D> pScissors)

Implementation

typedef VkCmdSetScissorWithCountNative = Void Function(
    Pointer<VkCommandBuffer> commandBuffer,
    Uint32 scissorCount,
    Pointer<VkRect2D> pScissors);