HDK
|
#include "pxr/pxr.h"
#include "pxr/imaging/hdSt/api.h"
#include "pxr/imaging/hdSt/textureObject.h"
#include "pxr/imaging/hgi/handle.h"
#include "pxr/base/gf/vec3i.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) |
using HgiTextureHandle = int HgiHandle<class HgiTexture> |
Definition at line 39 of file udimTextureObject.h.
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.