![]() |
ezEngine Release 26.9
|
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< ezGALResourceState > | m_Access |
| ezGALTextureRange | m_TextureRange |
| Only meaningful for textures. | |
Describes a single resource access made by one pass in the compiled render graph.