HDK
|
#include "pxr/pxr.h"
#include "pxr/imaging/hdSt/api.h"
#include "pxr/imaging/hgi/handle.h"
#include "pxr/imaging/hd/enums.h"
#include "pxr/imaging/hd/types.h"
#include <memory>
Go to the source code of this file.
Typedefs | |
using | HgiSamplerHandle = HgiHandle< class HgiSampler > |
using | HdStSamplerObjectSharedPtr = std::shared_ptr< class HdStSamplerObject > |
template<HdTextureType textureType> | |
using | HdStTypedSamplerObject = typename HdSt_TypedSamplerObjectHelper< textureType >::type |
using HdStSamplerObjectSharedPtr = std::shared_ptr<class HdStSamplerObject> |
Definition at line 47 of file samplerObject.h.
using HdStTypedSamplerObject = typename HdSt_TypedSamplerObjectHelper<textureType>::type |
Definition at line 200 of file samplerObject.h.
using HgiSamplerHandle = HgiHandle<class HgiSampler> |
Definition at line 44 of file samplerObject.h.