HDK
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Groups Pages
udimTextureObject.h File Reference
+ Include dependency graph for udimTextureObject.h:

Go to the source code of this file.

Classes

class  HdStUdimTextureObject
 
struct  HdSt_TypedTextureObjectHelper< HdTextureType::Udim >
 

Typedefs

using HgiTextureHandle = int HgiHandle< class HgiTexture >
 

Functions

HDST_API bool HdStIsSupportedUdimTexture (std::string const &imageFilePath)
 

Typedef Documentation

Definition at line 39 of file udimTextureObject.h.

Function Documentation

HDST_API bool HdStIsSupportedUdimTexture ( std::string const imageFilePath)

Returns true if the file given by imageFilePath represents a udim file, and false otherwise.

This function simply checks the existence of the <udim> tag in the file name and does not otherwise guarantee that the file is in any way valid for reading.