Выделение буферов команд

This commit is contained in:
2022-03-03 16:10:11 +03:00
parent b7fceb5433
commit 18d2fa9bba
2 changed files with 16 additions and 0 deletions

View File

@@ -26,6 +26,7 @@ class Vulkan
VkPipelineLayout pipelineLayout; // Раскладка конвейера
VkPipeline graphicsPipeline; // Графический конвейер
VkCommandPool commandPool; // Пул команд
std::vector<VkCommandBuffer> commandBuffers; // Буферы команд
// Структура для хранения флагов
struct