#include <FrameGraphCompiler.h>
Public Member Functions | |
bool | operator== (const BufferResourceViewData &other) const |
AZ::HashValue64 | GetHash () const |
Public Attributes | |
AZ::Name | m_name |
AZ::RHI::BufferViewDescriptor | m_bufferViewDescriptor |
Struct used as a key for m_bufferReverseLookupHash map below. The reason for using a struct instead of a hash directly is so that the map can handle hash collision correctly by using the == operator. This struct contains the resource name and the view descriptor related to the buffer views.