HDK
|
#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>
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) |
using HgiAttachmentDescVector = std::vector<HgiAttachmentDesc> |
Definition at line 101 of file attachmentDesc.h.
HGI_API bool operator!= | ( | const HgiAttachmentDesc & | lhs, |
const HgiAttachmentDesc & | rhs | ||
) |
HGI_API std::ostream& operator<< | ( | std::ostream & | out, |
const HgiAttachmentDesc & | attachment | ||
) |
HGI_API bool operator== | ( | const HgiAttachmentDesc & | lhs, |
const HgiAttachmentDesc & | rhs | ||
) |