Searched refs:GetMemoryMapAlignment (Results 1 – 1 of 1) sorted by relevance
55 constexpr uint32_t GetMemoryMapAlignment(const VkPhysicalDeviceLimits& limits) in GetMemoryMapAlignment() function200 …32_t minMapAlignment = (isRingBuffer_ || isPersistantlyMapped_) ? GetMemoryMapAlignment(limits) : … in CreateBufferImpl()