HDK
|
#include "pxr/pxr.h"
#include "pxr/imaging/hdSt/api.h"
#include "pxr/imaging/hd/enums.h"
#include "pxr/imaging/hd/instanceRegistry.h"
#include <tbb/concurrent_vector.h>
#include <vector>
#include <atomic>
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 41 of file textureObjectRegistry.h.
using HdStTextureObjectPtrVector = std::vector<HdStTextureObjectPtr> |
Definition at line 43 of file textureObjectRegistry.h.
using HdStTextureObjectSharedPtr = std::shared_ptr<class HdStTextureObject> |
Definition at line 39 of file textureObjectRegistry.h.