Добавил resize в UniformBuffer
This commit is contained in:
@@ -52,7 +52,7 @@ class UwURenderEngine final : public RenderEngineBase
|
||||
4, 5, 1, 1, 0, 4
|
||||
};
|
||||
|
||||
const std::vector<const char*> UwURenderEngine::deviceExtensions = {
|
||||
const std::vector<const char*> deviceExtensions = {
|
||||
VK_KHR_SWAPCHAIN_EXTENSION_NAME
|
||||
};
|
||||
|
||||
@@ -90,7 +90,7 @@ class UwURenderEngine final : public RenderEngineBase
|
||||
|
||||
void create_uniform_buffers();
|
||||
void create_descriptor_pool();
|
||||
void create_descriptor_sets();
|
||||
void update_descriptor_sets();
|
||||
void create_framebuffers();
|
||||
void create_command_pool();
|
||||
void allocate_command_buffers();
|
||||
|
||||
Reference in New Issue
Block a user