|
HDK
|
#include "pxr/pxr.h"#include "pxr/imaging/hdSt/api.h"#include "pxr/imaging/hdSt/textureIdentifier.h"#include "pxr/imaging/hdSt/enums.h"#include "pxr/imaging/hd/types.h"#include "pxr/imaging/hgi/handle.h"#include "pxr/imaging/hio/image.h"#include "pxr/base/gf/bbox3d.h"#include "pxr/base/tf/declarePtrs.h"#include <memory>
Include dependency graph for textureObject.h:
This graph shows which files directly or indirectly include this file:Go to the source code of this file.
Classes | |
| class | HdStTextureObject |
| class | HdStUvTextureObject |
| class | HdStAssetUvTextureObject |
| class | HdStFieldTextureObject |
| struct | HdSt_TypedTextureObjectHelper< textureType > |
| struct | HdSt_TypedTextureObjectHelper< HdStTextureType::Uv > |
| struct | HdSt_TypedTextureObjectHelper< HdStTextureType::Field > |
Typedefs | |
| using | HgiTextureHandle = HgiHandle< class HgiTexture > |
| using | HdStTextureObjectSharedPtr = std::shared_ptr< class HdStTextureObject > |
| template<HdStTextureType textureType> | |
| using | HdStTypedTextureObject = typename HdSt_TypedTextureObjectHelper< textureType >::type |
| using HdStTextureObjectSharedPtr = std::shared_ptr<class HdStTextureObject> |
Definition at line 34 of file textureObject.h.
| using HdStTypedTextureObject = typename HdSt_TypedTextureObjectHelper<textureType>::type |
Definition at line 287 of file textureObject.h.
| using HgiTextureHandle = HgiHandle<class HgiTexture> |
Definition at line 28 of file textureObject.h.