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::BindlessSrgDescriptor Struct Reference

Struct to help cache all indices related to bindless resource types as well as bindless srg binding slot. More...

#include <BindlessSrgDescriptor.h>

Public Attributes

uint32_t m_roTextureIndex = AZ::RHI::InvalidIndex
 
uint32_t m_rwTextureIndex = AZ::RHI::InvalidIndex
 
uint32_t m_roTextureCubeIndex = AZ::RHI::InvalidIndex
 
uint32_t m_roBufferIndex = AZ::RHI::InvalidIndex
 
uint32_t m_rwBufferIndex = AZ::RHI::InvalidIndex
 
uint32_t m_bindlesSrgBindingSlot = AZ::RHI::InvalidIndex
 

Detailed Description

Struct to help cache all indices related to bindless resource types as well as bindless srg binding slot.


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