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::RPI::ImageSystemDescriptor Struct Referencefinal

Public Member Functions

 AZ_TYPE_INFO (RPI::ImageSystemDescriptor, "{319D14F6-F7F2-487A-AA6B-5800E328C79B}")
 

Static Public Member Functions

static void Reflect (AZ::ReflectContext *context)
 

Public Attributes

uint64_t m_systemStreamingImagePoolSize = 0
 
int16_t m_systemStreamingImagePoolMipBias = 0
 The mipmap bias applied to streamable images created from the system streaming image pool.
 
uint64_t m_systemAttachmentImagePoolSize = 512 * 1024 * 1024
 

Member Data Documentation

◆ m_systemAttachmentImagePoolSize

uint64_t AZ::RPI::ImageSystemDescriptor::m_systemAttachmentImagePoolSize = 512 * 1024 * 1024

The maximum size of the image pool used for system attachments images. Check ImageSystemInterface::GetSystemAttachmentPool() for detail of this image pool

◆ m_systemStreamingImagePoolSize

uint64_t AZ::RPI::ImageSystemDescriptor::m_systemStreamingImagePoolSize = 0

The maximum size of the image pool used for streaming images. Check ImageSystemInterface::GetSystemStreamingPool() for detail of this image pool


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