VkCmdSetViewportWithCountNative typedef

VkCmdSetViewportWithCountNative = Void Function(Pointer<VkCommandBuffer> commandBuffer, Uint32 viewportCount, Pointer<VkViewport> pViewports)

Implementation

typedef VkCmdSetViewportWithCountNative = Void Function(
    Pointer<VkCommandBuffer> commandBuffer,
    Uint32 viewportCount,
    Pointer<VkViewport> pViewports);