[Bf-blender-cvs] [b7d224b543a] viewport-compositor: Viewport Compositor: Add missing shader builder stub

Omar Emara noreply at git.blender.org
Fri Feb 18 11:00:20 CET 2022


Commit: b7d224b543ad880b69f94b06e848c8983be29450
Author: Omar Emara
Date:   Fri Feb 18 11:59:11 2022 +0200
Branches: viewport-compositor
https://developer.blender.org/rBb7d224b543ad880b69f94b06e848c8983be29450

Viewport Compositor: Add missing shader builder stub

This patch adds a stub that was missed during the previous merge.

===================================================================

M	source/blender/gpu/intern/gpu_shader_builder_stubs.cc

===================================================================

diff --git a/source/blender/gpu/intern/gpu_shader_builder_stubs.cc b/source/blender/gpu/intern/gpu_shader_builder_stubs.cc
index 0f8300876c2..130e55d0f81 100644
--- a/source/blender/gpu/intern/gpu_shader_builder_stubs.cc
+++ b/source/blender/gpu/intern/gpu_shader_builder_stubs.cc
@@ -234,6 +234,11 @@ void ntreeGPUMaterialNodes(struct bNodeTree *UNUSED(localtree), struct GPUMateri
   BLI_assert_unreachable();
 }
 
+void ntreeGPUCompositeNodes(struct bNodeTree *UNUSED(localtree), struct GPUMaterial *UNUSED(mat))
+{
+  BLI_assert_unreachable();
+}
+
 struct bNodeTree *ntreeLocalize(struct bNodeTree *UNUSED(ntree))
 {
   BLI_assert_unreachable();



More information about the Bf-blender-cvs mailing list