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.cc
parentfbeec91abf3ff4660c405a248f4ae978eba9be80 (diff)
parent24e74f8bef813820076cce08635e7c4cb3f2da13 (diff)
Merge branch 'blender-v3.2-release'
Diffstat (limited to 'intern/opensubdiv/internal/evaluator/eval_output_gpu.cc')
-rw-r--r--intern/opensubdiv/internal/evaluator/eval_output_gpu.cc2
1 files changed, 0 insertions, 2 deletions
diff --git a/intern/opensubdiv/internal/evaluator/eval_output_gpu.cc b/intern/opensubdiv/internal/evaluator/eval_output_gpu.cc
index 274772b2c37..b85272008e6 100644
--- a/intern/opensubdiv/internal/evaluator/eval_output_gpu.cc
+++ b/intern/opensubdiv/internal/evaluator/eval_output_gpu.cc
@@ -45,7 +45,6 @@ GpuEvalOutput::GpuEvalOutput(const StencilTable *vertex_stencils,
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,
VolatileEvalOutput::EvaluatorCache *evaluator_cache)
: VolatileEvalOutput<GLVertexBuffer,
@@ -56,7 +55,6 @@ GpuEvalOutput::GpuEvalOutput(const StencilTable *vertex_stencils,
varying_stencils,
all_face_varying_stencils,
face_varying_width,
- vertex_data_width,
patch_table,
evaluator_cache)
{