int GetNumDimensions() const override
Is this a 1-, 2- or 3-dimensional texture.
Represents a texture object in Glf.
static GLF_API GlfUVTextureRefPtr New(TfToken const &imageFilePath, unsigned int cropTop=0, unsigned int cropBottom=0, unsigned int cropLeft=0, unsigned int cropRight=0, GlfImage::ImageOriginLocation originLocation=GlfImage::OriginUpperLeft)
Creates a new texture instance for the image file at imageFilePath.
Represents a texture object in Glf.
static GLF_API bool IsSupportedImageFile(TfToken const &imageFilePath)
Returns true if the file at imageFilePath is an image that can be used with this texture object...