![]() |
|
Ptex doesn't bind samplers, so this class is just holding a sampler to resolve handles for bindless textures. More...
#include <samplerObject.h>
Inheritance diagram for HdStPtexSamplerObject:Public Member Functions | |
| HdStPtexSamplerObject (HdStPtexTextureObject const &ptexTexture, HdSamplerParameters const &samplerParameters, HdSt_SamplerObjectRegistry *samplerObjectRegistry) | |
| const HgiSamplerHandle & | GetTexelsSampler () const |
| The GPU sampler object for the texels texture. | |
| const HgiSamplerHandle & | GetLayoutSampler () const |
| The GPU sampler object for the layout texture. | |
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 |
Ptex doesn't bind samplers, so this class is just holding a sampler to resolve handles for bindless textures.
Definition at line 115 of file samplerObject.h.
|
inline |
The GPU sampler object for the layout texture.
Definition at line 133 of file samplerObject.h.
|
inline |
The GPU sampler object for the texels texture.
Definition at line 127 of file samplerObject.h.