Announce version 2.3.0-alpha.1

This commit is contained in:
Adam Sawicki 2019-11-25 12:46:57 +01:00
parent 1296e2db4d
commit 4670506a22
58 changed files with 15133 additions and 14985 deletions

View file

@ -32,8 +32,8 @@ static const char* const SHADER_PATH1 = "./";
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_LUNARG_standard_validation";
static const char* const APP_TITLE_A = "Vulkan Memory Allocator Sample 2.3.0-development";
static const wchar_t* const APP_TITLE_W = L"Vulkan Memory Allocator Sample 2.3.0-development";
static const char* const APP_TITLE_A = "Vulkan Memory Allocator Sample 2.3.0-alpha.1";
static const wchar_t* const APP_TITLE_W = L"Vulkan Memory Allocator Sample 2.3.0-alpha.1";
static const bool VSYNC = true;
static const uint32_t COMMAND_BUFFER_COUNT = 2;