|
HDK
|
#include <types.h>
Public Member Functions | |
| HD_API | HdSamplerParameters () |
| HD_API | HdSamplerParameters (HdWrap wrapS, HdWrap wrapT, HdWrap wrapR, HdMinFilter minFilter, HdMagFilter magFilter, HdBorderColor borderColor=HdBorderColorTransparentBlack, bool enableCompare=false, HdCompareFunction compareFunction=HdCmpFuncNever, uint32_t maxAnisotropy=16) |
| HD_API bool | operator== (const HdSamplerParameters &other) const |
| HD_API bool | operator!= (const HdSamplerParameters &other) const |
Public Attributes | |
| HdWrap | wrapS |
| HdWrap | wrapT |
| HdWrap | wrapR |
| HdMinFilter | minFilter |
| HdMagFilter | magFilter |
| HdBorderColor | borderColor |
| bool | enableCompare |
| HdCompareFunction | compareFunction |
| uint32_t | maxAnisotropy |
Collection of standard parameters such as wrap modes to sample a texture.
| HD_API HdSamplerParameters::HdSamplerParameters | ( | ) |
| HD_API HdSamplerParameters::HdSamplerParameters | ( | HdWrap | wrapS, |
| HdWrap | wrapT, | ||
| HdWrap | wrapR, | ||
| HdMinFilter | minFilter, | ||
| HdMagFilter | magFilter, | ||
| HdBorderColor | borderColor = HdBorderColorTransparentBlack, |
||
| bool | enableCompare = false, |
||
| HdCompareFunction | compareFunction = HdCmpFuncNever, |
||
| uint32_t | maxAnisotropy = 16 |
||
| ) |
| HD_API bool HdSamplerParameters::operator!= | ( | const HdSamplerParameters & | other | ) | const |
| HD_API bool HdSamplerParameters::operator== | ( | const HdSamplerParameters & | other | ) | const |
| HdBorderColor HdSamplerParameters::borderColor |
| HdCompareFunction HdSamplerParameters::compareFunction |
| HdMagFilter HdSamplerParameters::magFilter |
| HdMinFilter HdSamplerParameters::minFilter |