ezEngine Release 26.9
Loading...
Searching...
No Matches
ezRenderGraphInspectionInfo::AccessInfo Struct Reference

Describes a single resource access made by one pass in the compiled render graph. More...

#include <RenderGraphInspectionInfo.h>

Public Member Functions

 EZ_DECLARE_POD_TYPE ()
 

Public Attributes

ezUInt16 m_uiPassIndex = 0
 Index into m_Passes (declaration order).
 
ezUInt16 m_uiResourceIndex = 0
 Index into m_Textures or m_Buffers.
 
ezUInt16 m_uiAccessIndex = 0
 
bool m_bIsTexture = true
 
ezBitflags< ezGALResourceStatem_Access
 
ezGALTextureRange m_TextureRange
 Only meaningful for textures.
 

Detailed Description

Describes a single resource access made by one pass in the compiled render graph.


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