VkCmdSetViewport typedef

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

Implementation

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