Collection of standard parameters such as wrap modes to sample a texture.
More...
|
|
HD_API | HdSamplerParameters (HdWrap wrapS, HdWrap wrapT, HdWrap wrapR, HdMinFilter minFilter, HdMagFilter magFilter, HdBorderColor borderColor=HdBorderColorTransparentBlack, bool enableCompare=false, HdCompareFunction compareFunction=HdCmpFuncNever) |
| |
|
HD_API bool | operator== (const HdSamplerParameters &other) const |
| |
|
HD_API bool | operator!= (const HdSamplerParameters &other) const |
| |
|
|
HdWrap | wrapS |
| |
|
HdWrap | wrapT |
| |
|
HdWrap | wrapR |
| |
|
HdMinFilter | minFilter |
| |
|
HdMagFilter | magFilter |
| |
|
HdBorderColor | borderColor |
| |
|
bool | enableCompare |
| |
|
HdCompareFunction | compareFunction |
| |
Collection of standard parameters such as wrap modes to sample a texture.
Definition at line 127 of file types.h.
The documentation for this class was generated from the following file: