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();

_______________________________________________
Bf-blender-cvs mailing list
Bf-blender-cvs@blender.org
List details, subscription details or unsubscribe:
https://lists.blender.org/mailman/listinfo/bf-blender-cvs

Reply via email to