Welcome to mirror list, hosted at ThFree Co, Russian Federation.

git.blender.org/blender.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSergey Sharybin <sergey.vfx@gmail.com>2020-05-19 11:46:42 +0300
committerSergey Sharybin <sergey.vfx@gmail.com>2020-05-27 13:07:16 +0300
commit4886a704b313e480edba8e250c38387b30669ea4 (patch)
treefadb8ff2b3640e81aff10fe8bc254a53f821fb96 /intern/opensubdiv/opensubdiv_evaluator_capi.h
parent6fc9d106ad3db60f3e297f118214e9915b1f0379 (diff)
OpenSubdiv: Refactor, move evaluator to own folder
Diffstat (limited to 'intern/opensubdiv/opensubdiv_evaluator_capi.h')
-rw-r--r--intern/opensubdiv/opensubdiv_evaluator_capi.h6
1 files changed, 2 insertions, 4 deletions
diff --git a/intern/opensubdiv/opensubdiv_evaluator_capi.h b/intern/opensubdiv/opensubdiv_evaluator_capi.h
index 1572d01b851..b860ae8db2e 100644
--- a/intern/opensubdiv/opensubdiv_evaluator_capi.h
+++ b/intern/opensubdiv/opensubdiv_evaluator_capi.h
@@ -122,10 +122,8 @@ typedef struct OpenSubdiv_Evaluator {
float *dPdu,
float *dPdv);
- // Internal storage for the use in this module only.
- //
- // This is where actual OpenSubdiv's evaluator is living.
- struct OpenSubdiv_EvaluatorInternal *internal;
+ // Implementation of the evaluator.
+ struct OpenSubdiv_EvaluatorImpl *impl;
} OpenSubdiv_Evaluator;
OpenSubdiv_Evaluator *openSubdiv_createEvaluatorFromTopologyRefiner(