|
HDK
|
#include "pxr/pxr.h"#include "pxr/imaging/hdSt/api.h"#include "pxr/imaging/hdSt/enums.h"#include "pxr/imaging/hd/instanceRegistry.h"#include <tbb/concurrent_vector.h>#include <vector>#include <atomic>
Include dependency graph for textureObjectRegistry.h:Go to the source code of this file.
Classes | |
| class | HdSt_TextureObjectRegistry |
Typedefs | |
| using | HdStTextureObjectSharedPtr = std::shared_ptr< class HdStTextureObject > |
| using | HdStTextureObjectPtr = std::weak_ptr< class HdStTextureObject > |
| using | HdStTextureObjectPtrVector = std::vector< HdStTextureObjectPtr > |
| using HdStTextureObjectPtr = std::weak_ptr<class HdStTextureObject> |
Definition at line 24 of file textureObjectRegistry.h.
| using HdStTextureObjectPtrVector = std::vector<HdStTextureObjectPtr> |
Definition at line 26 of file textureObjectRegistry.h.
| using HdStTextureObjectSharedPtr = std::shared_ptr<class HdStTextureObject> |
Definition at line 22 of file textureObjectRegistry.h.