mirror of
https://github.com/GPUOpen-LibrariesAndSDKs/VulkanMemoryAllocator.git
synced 2025-05-15 09:18:34 +00:00
Added flag VMA_ALLOCATION_CREATE_DONT_BIND_BIT.
This commit is contained in:
parent
50c90ea2a7
commit
6c8b7a2c3e
9 changed files with 120 additions and 96 deletions
|
@ -31,8 +31,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.2.0";
|
||||
static const wchar_t* const APP_TITLE_W = L"Vulkan Memory Allocator Sample 2.2.0";
|
||||
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 bool VSYNC = true;
|
||||
static const uint32_t COMMAND_BUFFER_COUNT = 2;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue