|
HDK
|
#include <samplerObject.h>
Inheritance diagram for HdStUdimSamplerObject:Public Member Functions | |
| HdStUdimSamplerObject (HdStUdimTextureObject const &ptexTexture, HdSamplerParameters const &samplerParameters, HdSt_SamplerObjectRegistry *samplerObjectRegistry) | |
| ~HdStUdimSamplerObject () override | |
| const HgiSamplerHandle & | GetTexelsSampler () const |
| const HgiSamplerHandle & | GetLayoutSampler () const |
Public Member Functions inherited from HdStSamplerObject | |
| virtual | ~HdStSamplerObject ()=0 |
Additional Inherited Members | |
Protected Member Functions inherited from HdStSamplerObject | |
| HdStSamplerObject (HdSt_SamplerObjectRegistry *samplerObjectRegistry) | |
| Hgi * | _GetHgi () const |
Protected Attributes inherited from HdStSamplerObject | |
| HdSt_SamplerObjectRegistry *const | _samplerObjectRegistry |
A sampler suitable for Udim textures (wraps one GPU sampler for the texels texture).
Definition at line 146 of file samplerObject.h.
| HdStUdimSamplerObject::HdStUdimSamplerObject | ( | HdStUdimTextureObject const & | ptexTexture, |
| HdSamplerParameters const & | samplerParameters, | ||
| HdSt_SamplerObjectRegistry * | samplerObjectRegistry | ||
| ) |
|
override |
|
inline |
The GPU sampler object for the layout texture.
Definition at line 164 of file samplerObject.h.
|
inline |
The GPU sampler object for the texels texture.
Definition at line 158 of file samplerObject.h.