#include <FrameGraphCompiler.h>
Public Member Functions | |
bool | operator== (const ImageResourceViewData &other) const |
AZ::HashValue64 | GetHash () const |
Public Attributes | |
AZ::Name | m_name |
AZ::RHI::ImageViewDescriptor | m_imageViewDescriptor |
Struct used as a key for m_imageReverseLookupHash 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 image views.