HDK
|
#include <subtextureIdentifier.h>
Public Member Functions | |
HDST_API | HdStUdimSubtextureIdentifier (bool premultiplyAlpha, const TfToken &sourceColorSpace) |
HDST_API std::unique_ptr < HdStSubtextureIdentifier > | Clone () const override |
HDST_API bool | GetPremultiplyAlpha () const |
HDST_API TfToken | GetSourceColorSpace () const |
HDST_API | ~HdStUdimSubtextureIdentifier () override |
Public Member Functions inherited from HdStSubtextureIdentifier | |
virtual HDST_API | ~HdStSubtextureIdentifier () |
Protected Member Functions | |
HDST_API ID | _Hash () const override |
Additional Inherited Members | |
Public Types inherited from HdStSubtextureIdentifier | |
using | ID = size_t |
Specifies whether a Udim texture should be loaded with pre-multiplied alpha values and the color space in which the texture is encoded.
Definition at line 230 of file subtextureIdentifier.h.
|
explicit |
C'tor takes bool whether to pre-multiply by alpha and the texture's source color space
|
override |
Implements HdStSubtextureIdentifier.
|
overridevirtual |
Implements HdStSubtextureIdentifier.
|
inline |
Definition at line 244 of file subtextureIdentifier.h.
Definition at line 247 of file subtextureIdentifier.h.