VkCmdSetViewportWithCountEXT typedef

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

Implementation

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