Вынес управление VkDescriptorSetLayout и VkPipeline в отдельные классы

This commit is contained in:
Jiga228
2026-06-25 20:08:11 +07:00
parent 2a57a30e29
commit 5f3c5d4fc1
11 changed files with 277 additions and 196 deletions
@@ -3,6 +3,8 @@
#include "PhysicalDevice.hpp"
#include <set>
#include <stdexcept>
#include <string>
#include "DeviceFunctions/DeviceFunctions.hpp"