Open 3D Engine Atom Gem API Reference 23.10.0
O3DE is an open-source, fully-featured, high-fidelity, modular 3D engine for building games and simulations, available to every industry.
AZ::RHI::MemoryStatistics::Image Struct Reference

Public Attributes

Name m_name
 The user-provided name of the image instance.
 
ImageBindFlags m_bindFlags = ImageBindFlags::None
 Bind flags of the image.
 
size_t m_sizeInBytes = 0
 The memory usage of the image on the pool.
 
size_t m_minimumSizeInBytes = 0
 

Member Data Documentation

◆ m_minimumSizeInBytes

size_t AZ::RHI::MemoryStatistics::Image::m_minimumSizeInBytes = 0

The minimum memory usage of the image. This is the possible minimum resident size of a streamable image when all its evictable mipmaps are not resident


The documentation for this struct was generated from the following file: