HDK
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Groups Pages
samplerObject.h File Reference
#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>
+ Include dependency graph for samplerObject.h:

Go to the source code of this file.

Classes

class  HdStSamplerObject
 
class  HdStUvSamplerObject
 
class  HdStFieldSamplerObject
 
class  HdStPtexSamplerObject
 
class  HdStUdimSamplerObject
 
struct  HdSt_TypedSamplerObjectHelper< textureType >
 
struct  HdSt_TypedSamplerObjectHelper< HdTextureType::Uv >
 
struct  HdSt_TypedSamplerObjectHelper< HdTextureType::Field >
 
struct  HdSt_TypedSamplerObjectHelper< HdTextureType::Ptex >
 
struct  HdSt_TypedSamplerObjectHelper< HdTextureType::Udim >
 

Typedefs

using HgiSamplerHandle = HgiHandle< class HgiSampler >
 
using HdStSamplerObjectSharedPtr = std::shared_ptr< class HdStSamplerObject >
 
template<HdTextureType textureType>
using HdStTypedSamplerObject = typename HdSt_TypedSamplerObjectHelper< textureType >::type
 

Typedef Documentation

Definition at line 47 of file samplerObject.h.

template<HdTextureType textureType>
using HdStTypedSamplerObject = typename HdSt_TypedSamplerObjectHelper<textureType>::type

Definition at line 200 of file samplerObject.h.

Definition at line 44 of file samplerObject.h.