Loading...
Searching...
No Matches
enums.h
1//
2// Copyright 2024 Pixar
3//
4// Licensed under the terms set forth in the LICENSE.txt file available at
5// https://openusd.org/license.
6//
7#ifndef PXR_IMAGING_HDST_ENUMS_H
8#define PXR_IMAGING_HDST_ENUMS_H
9
10#include "pxr/pxr.h"
11
12PXR_NAMESPACE_OPEN_SCOPE
13
30enum class HdStTextureType
31{
32 Uv,
33 Field,
34 Ptex,
35 Udim
36};
37
38PXR_NAMESPACE_CLOSE_SCOPE
39
40#endif // PXR_IMAGING_HDST_ENUMS_H