VkCmdSetViewportNative typedef

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

Implementation

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