VkCmdSetViewportWithCountEXTNative typedef

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

Implementation

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