Loading...
Searching...
No Matches
indexedWeights.h
Go to the documentation of this file.
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_EXEC_VDF_INDEXED_WEIGHTS_H
8#define PXR_EXEC_VDF_INDEXED_WEIGHTS_H
9
11
12#include "pxr/pxr.h"
13
15
16PXR_NAMESPACE_OPEN_SCOPE
17
18using VdfIndexedWeights = VdfIndexedData<float>;
19
20PXR_NAMESPACE_CLOSE_SCOPE
21
22#endif