just fiddling around with vulkan...
This commit is contained in:
File diff suppressed because it is too large
Load Diff
@@ -25,6 +25,9 @@ namespace wiGraphicsTypes
|
||||
VkQueue graphicsQueue;
|
||||
VkQueue presentQueue;
|
||||
|
||||
VkSemaphore imageAvailableSemaphore;
|
||||
VkSemaphore renderFinishedSemaphore;
|
||||
|
||||
VkCommandPool commandPool;
|
||||
VkCommandBuffer commandBuffers[GRAPHICSTHREAD_COUNT];
|
||||
|
||||
|
||||
Reference in New Issue
Block a user