VkCmdSetViewportWithCount typedef

VkCmdSetViewportWithCount = void Function(Pointer<VkCommandBuffer> commandBuffer, int viewportCount, Pointer<VkViewport> pViewports)

Implementation

typedef VkCmdSetViewportWithCount = void Function(
    Pointer<VkCommandBuffer> commandBuffer,
    int viewportCount,
    Pointer<VkViewport> pViewports);