Loading...
Searching...
No Matches
types.h
1//
2// Copyright 2020 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_USD_USD_SHADE_TYPES_H
8#define PXR_USD_USD_SHADE_TYPES_H
9
10#include "pxr/pxr.h"
11#include "pxr/usd/usdShade/api.h"
12#include "pxr/usd/usd/attribute.h"
13
15
16PXR_NAMESPACE_OPEN_SCOPE
17
22enum class UsdShadeAttributeType {
23 Invalid,
24 Input,
25 Output,
26};
27
36enum class UsdShadeConnectionModification {
37 Replace,
38 Prepend,
39 Append
40};
41
51
64
65PXR_NAMESPACE_CLOSE_SCOPE
66
67#endif
This is a small-vector class with local storage optimization, the local storage can be specified via ...
Definition: smallVector.h:157
@ Invalid
Invalid or unknown schema kind.
A compact struct to represent a bundle of information about an upstream source attribute.