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::TransientAttachmentStatistics::Attachment Struct Reference

Public Attributes

AttachmentId m_id
 
size_t m_heapOffsetMin = 0
 
size_t m_heapOffsetMax = 0
 
size_t m_scopeOffsetMin = 0
 The index of the first scope that utilized this attachment.
 
size_t m_scopeOffsetMax = 0
 The index of the last scope that utilized this attachment.
 
size_t m_sizeInBytes = 0
 The size of this attachment in bytes.
 
AliasedResourceType m_type = AliasedResourceType::RenderTarget
 The type of the attachment.
 

Member Data Documentation

◆ m_heapOffsetMax

size_t AZ::RHI::TransientAttachmentStatistics::Attachment::m_heapOffsetMax = 0

Maximum heap offset in bytes of the attachment. This will be 0 if the ObjectPooling policy is used.

◆ m_heapOffsetMin

size_t AZ::RHI::TransientAttachmentStatistics::Attachment::m_heapOffsetMin = 0

Minimum heap offset in bytes of the attachment. This will be 0 if the ObjectPooling policy is used.


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