Version 3,.2.0

Also rebuilt the docs.
This commit is contained in:
Adam Sawicki 2024-12-30 12:05:45 +01:00
parent f3f5a98ae8
commit 3bab692498
96 changed files with 635 additions and 490 deletions

View file

@ -36,8 +36,8 @@ static const char* const SHADER_PATH1 = "./Shaders/";
static const char* const SHADER_PATH2 = "../bin/";
static const wchar_t* const WINDOW_CLASS_NAME = L"VULKAN_MEMORY_ALLOCATOR_SAMPLE";
static const char* const VALIDATION_LAYER_NAME = "VK_LAYER_KHRONOS_validation";
static const char* const APP_TITLE_A = "Vulkan Memory Allocator Sample 3.1.0";
static const wchar_t* const APP_TITLE_W = L"Vulkan Memory Allocator Sample 3.1.0";
static const char* const APP_TITLE_A = "Vulkan Memory Allocator Sample 3.2.0";
static const wchar_t* const APP_TITLE_W = L"Vulkan Memory Allocator Sample 3.2.0";
static const bool VSYNC = true;
static const uint32_t COMMAND_BUFFER_COUNT = 2;