just fiddling around with vulkan...

This commit is contained in:
Turanszki Janos
2018-03-19 22:25:27 +00:00
parent 8b3ff9ca9a
commit dfbc7e697f
2 changed files with 391 additions and 279 deletions
File diff suppressed because it is too large Load Diff
+3
View File
@@ -25,6 +25,9 @@ namespace wiGraphicsTypes
VkQueue graphicsQueue;
VkQueue presentQueue;
VkSemaphore imageAvailableSemaphore;
VkSemaphore renderFinishedSemaphore;
VkCommandPool commandPool;
VkCommandBuffer commandBuffers[GRAPHICSTHREAD_COUNT];