Loading...
Searching...
No Matches
extComputations.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_USD_IMAGING_USD_SKEL_IMAGING_EXT_COMPUTATIONS_H
8#define PXR_USD_IMAGING_USD_SKEL_IMAGING_EXT_COMPUTATIONS_H
9
10#include "pxr/usdImaging/usdSkelImaging/api.h"
11
13
15
16PXR_NAMESPACE_OPEN_SCOPE
17
19
20extern TfEnvSetting<bool> USDSKELIMAGING_FORCE_CPU_COMPUTE;
21
23USDSKELIMAGING_API
24void
25UsdSkelImagingInvokeExtComputation(
26 const TfToken &skinningMethod,
28
30USDSKELIMAGING_API
31HdExtComputationCpuCallbackDataSourceHandle
32UsdSkelImagingExtComputationCpuCallback(const TfToken &skinningMethod);
33
35USDSKELIMAGING_API
36HdStringDataSourceHandle
37UsdSkelImagingExtComputationGlslKernel(const TfToken &skinningMethod);
38
39PXR_NAMESPACE_CLOSE_SCOPE
40
41#endif
Interface class that defines the execution environment for the client to run a computation.
Token for efficient comparison, assignment, and hashing of known strings.
Definition: token.h:71
Environment setting variable.