Home
last modified time | relevance | path

Searched refs:GetMemoryMapAlignment (Results 1 - 1 of 1) sorted by relevance

/foundation/graphic/graphic_3d/lume/LumeRender/src/vulkan/
H A Dgpu_buffer_vk.cpp55 constexpr uint32_t GetMemoryMapAlignment(const VkPhysicalDeviceLimits& limits) in GetMemoryMapAlignment() function
200 const uint32_t minMapAlignment = (isRingBuffer_ || isPersistantlyMapped_) ? GetMemoryMapAlignment(limits) : 1u; in CreateBufferImpl()

Completed in 1 milliseconds