HDK
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Groups Pages
attachmentDesc.h File Reference
#include "pxr/pxr.h"
#include "pxr/imaging/hgi/api.h"
#include "pxr/imaging/hgi/enums.h"
#include "pxr/imaging/hgi/types.h"
#include "pxr/base/gf/vec4f.h"
#include <vector>
+ Include dependency graph for attachmentDesc.h:
+ This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

struct  HgiAttachmentDesc
 

Typedefs

using HgiAttachmentDescVector = std::vector< HgiAttachmentDesc >
 

Functions

HGI_API bool operator== (const HgiAttachmentDesc &lhs, const HgiAttachmentDesc &rhs)
 
HGI_API bool operator!= (const HgiAttachmentDesc &lhs, const HgiAttachmentDesc &rhs)
 
HGI_API std::ostream & operator<< (std::ostream &out, const HgiAttachmentDesc &attachment)
 

Typedef Documentation

Definition at line 101 of file attachmentDesc.h.

Function Documentation

HGI_API std::ostream& operator<< ( std::ostream &  out,
const HgiAttachmentDesc attachment 
)
HGI_API bool operator== ( const HgiAttachmentDesc lhs,
const HgiAttachmentDesc rhs 
)