reimplement gnCreateOutputDevice
This commit is contained in:
@@ -4,7 +4,11 @@
|
||||
|
||||
typedef struct gnPlatformOutputDevice_t {
|
||||
VkDevice device;
|
||||
VkQueue presentQueue;
|
||||
VkQueue graphicsQueue;
|
||||
|
||||
uint32_t queueCount;
|
||||
VkQueue* queues;
|
||||
|
||||
// VkQueue presentQueue;
|
||||
// VkQueue graphicsQueue;
|
||||
// VkCommandPool commandPool;
|
||||
} gnPlatformOutputDevice;
|
||||
|
Reference in New Issue
Block a user