struct VmaMutexLockRead
Defined at line 4694 of file ../../src/ui/lib/escher/third_party/VulkanMemoryAllocator/vk_mem_alloc.h
Helper RAII class to lock a RW mutex in constructor and unlock it in destructor (at the end of scope), for reading.
Public Methods
void VmaMutexLockRead (VmaRWMutex & mutex, bool useMutex)
Defined at line 4698 of file ../../src/ui/lib/escher/third_party/VulkanMemoryAllocator/vk_mem_alloc.h
void ~VmaMutexLockRead ()
Defined at line 4701 of file ../../src/ui/lib/escher/third_party/VulkanMemoryAllocator/vk_mem_alloc.h