Searched defs:getNumMipLevels (Results 1 – 2 of 2) sorted by relevance
1774 uint32_t VulkanImage::getNumMipLevels() const { return m_numMipLevels; } in getNumMipLevels() function in VulkanImage
149 uint32_t getNumMipLevels(const VkExtent3D &baseExtent, const uint32_t maxMipLevels) in getNumMipLevels() function