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:
-rw-r--r--source/blender/gpu/intern/gpu_shader_builder_stubs.cc5
1 files changed, 5 insertions, 0 deletions
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();