|
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>
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) |
| using HgiAttachmentDescVector = std::vector<HgiAttachmentDesc> |
Definition at line 84 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 | ||
| ) |