|
HDK
|
#include <string>#include <vector>#include "pxr/pxr.h"#include "pxr/base/gf/vec3i.h"#include "pxr/imaging/hgi/api.h"#include "pxr/imaging/hgi/enums.h"#include "pxr/imaging/hgi/handle.h"#include "pxr/imaging/hgi/types.h"
Include dependency graph for buffer.h:
This graph shows which files directly or indirectly include this file:Go to the source code of this file.
Classes | |
| struct | HgiBufferDesc |
| class | HgiBuffer |
Typedefs | |
| using | HgiBufferHandle = HgiHandle< HgiBuffer > |
| using | HgiBufferHandleVector = std::vector< HgiBufferHandle > |
Functions | |
| HGI_API bool | operator== (const HgiBufferDesc &lhs, const HgiBufferDesc &rhs) |
| HGI_API bool | operator!= (const HgiBufferDesc &lhs, const HgiBufferDesc &rhs) |
| using HgiBufferHandle = HgiHandle<HgiBuffer> |
| using HgiBufferHandleVector = std::vector<HgiBufferHandle> |
|
inline |
| HGI_API bool operator== | ( | const HgiBufferDesc & | lhs, |
| const HgiBufferDesc & | rhs | ||
| ) |