HDK
|
#include "pxr/pxr.h"
#include "pxr/imaging/hdSt/api.h"
#include "pxr/imaging/hdSt/textureIdentifier.h"
#include "pxr/imaging/hd/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>
Go to the source code of this file.
Classes | |
class | HdStTextureObject |
class | HdStUvTextureObject |
class | HdStAssetUvTextureObject |
class | HdStFieldTextureObject |
struct | HdSt_TypedTextureObjectHelper< textureType > |
struct | HdSt_TypedTextureObjectHelper< HdTextureType::Uv > |
struct | HdSt_TypedTextureObjectHelper< HdTextureType::Field > |
Typedefs | |
using | HgiTextureHandle = HgiHandle< class HgiTexture > |
using | HdStTextureObjectSharedPtr = std::shared_ptr< class HdStTextureObject > |
template<HdTextureType textureType> | |
using | HdStTypedTextureObject = typename HdSt_TypedTextureObjectHelper< textureType >::type |
using HdStTextureObjectSharedPtr = std::shared_ptr<class HdStTextureObject> |
Definition at line 51 of file textureObject.h.
using HdStTypedTextureObject = typename HdSt_TypedTextureObjectHelper<textureType>::type |
Definition at line 296 of file textureObject.h.
using HgiTextureHandle = HgiHandle<class HgiTexture> |
Definition at line 45 of file textureObject.h.