|
HDK
|
#include "pxr/pxr.h"#include "pxr/imaging/hgiGL/api.h"#include "pxr/imaging/hgiGL/capabilities.h"#include "pxr/imaging/hgiGL/garbageCollector.h"#include "pxr/imaging/hgi/hgi.h"#include "pxr/imaging/hgi/tokens.h"#include <functional>#include <memory>#include <vector>
Include dependency graph for hgi.h:
This graph shows which files directly or indirectly include this file:Go to the source code of this file.
Classes | |
| class | HgiGL |
Macros | |
| #define | HGIGL_API_VERSION 2 |
Typedefs | |
| using | HgiGLOpsFn = std::function< void(void)> |
| using | HgiGLOpsVector = std::vector< HgiGLOpsFn > |
| using | HgiGLContextArenaHandle = HgiHandle< class HgiGLContextArena > |
| #define HGIGL_API_VERSION 2 |
| using HgiGLOpsFn = std::function<void(void)> |
| using HgiGLOpsVector = std::vector<HgiGLOpsFn> |