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:
authorBrecht Van Lommel <brecht@blender.org>2022-05-30 15:09:13 +0300
committerBrecht Van Lommel <brecht@blender.org>2022-05-30 15:09:13 +0300
commit7f877ee042748f4df7a92a3e84218ea7854b9275 (patch)
treeaa17e7fd8bdebd427b1a3f48b8988dd327d06991 /intern/opensubdiv/internal/evaluator/eval_output_gpu.h
parentfbeec91abf3ff4660c405a248f4ae978eba9be80 (diff)
parent24e74f8bef813820076cce08635e7c4cb3f2da13 (diff)
Merge branch 'blender-v3.2-release'
Diffstat (limited to 'intern/opensubdiv/internal/evaluator/eval_output_gpu.h')
-rw-r--r--intern/opensubdiv/internal/evaluator/eval_output_gpu.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/intern/opensubdiv/internal/evaluator/eval_output_gpu.h b/intern/opensubdiv/internal/evaluator/eval_output_gpu.h
index 8a4950dd3bc..e65bd51cac0 100644
--- a/intern/opensubdiv/internal/evaluator/eval_output_gpu.h
+++ b/intern/opensubdiv/internal/evaluator/eval_output_gpu.h
@@ -40,7 +40,6 @@ class GpuEvalOutput : public VolatileEvalOutput<GLVertexBuffer,
const StencilTable *varying_stencils,
const vector<const StencilTable *> &all_face_varying_stencils,
const int face_varying_width,
- const int vertex_data_width,
const PatchTable *patch_table,
EvaluatorCache *evaluator_cache = NULL);