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
32enum class HdStTextureType
33{
34 Uv,
35 Field,
36 Ptex,
37 Udim,
38 Cubemap
39};
40
41PXR_NAMESPACE_CLOSE_SCOPE
42
43#endif // PXR_IMAGING_HDST_ENUMS_H