#pragma once #include #include typedef struct gnPlatformOutputDevice_t { VkDevice device; uint32_t queueCount; VkQueue* queues; // VkQueue presentQueue; // VkQueue graphicsQueue; // VkCommandPool commandPool; } gnPlatformOutputDevice;