Loading...
Searching...
No Matches
skinningSettings.h
1//
2// Copyright 2025 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_HD_SKINNING_SETTINGS_H
8#define PXR_IMAGING_HD_SKINNING_SETTINGS_H
9
10#include "pxr/pxr.h"
11
12#include "pxr/imaging/hd/api.h"
13
14#include "pxr/base/tf/token.h"
15
16
17PXR_NAMESPACE_OPEN_SCOPE
18
19namespace HdSkinningSettings {
20
21// See more info in the cpp file.
22HD_API
23bool IsSkinningDeferred();
24
25HD_API
26TfTokenVector GetSkinningInputNames(const TfTokenVector& extraInputs = {});
27
28} // namespace HdSkinningSettings
29
30PXR_NAMESPACE_CLOSE_SCOPE
31
32#endif // PXR_IMAGING_HD_SKINNING_SETTINGS_H
TfToken class for efficient string referencing and hashing, plus conversions to and from stl string c...
std::vector< TfToken > TfTokenVector
Convenience types.
Definition: token.h:440