aboutsummaryrefslogtreecommitdiffhomepage
path: root/include/gpu/vk/GrVkMemoryAllocator.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/gpu/vk/GrVkMemoryAllocator.h')
-rw-r--r--include/gpu/vk/GrVkMemoryAllocator.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/gpu/vk/GrVkMemoryAllocator.h b/include/gpu/vk/GrVkMemoryAllocator.h
index 0e73586c3b..aec8200c9d 100644
--- a/include/gpu/vk/GrVkMemoryAllocator.h
+++ b/include/gpu/vk/GrVkMemoryAllocator.h
@@ -28,7 +28,7 @@ public:
// The allocation will be mapped immediately and stay mapped until it is destroyed. This
// flag is only valid for buffers which are host visible (i.e. must have a usage other than
// BufferUsage::kGpuOnly).
- kPersistentlyMapped = 0x3,
+ kPersistentlyMapped = 0x4,
};
GR_DECL_BITFIELD_CLASS_OPS_FRIENDS(AllocationPropertyFlags);