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:
authorOmar Emara <mail@OmarEmara.dev>2022-02-18 12:59:11 +0300
committerOmar Emara <mail@OmarEmara.dev>2022-02-18 12:59:11 +0300
commitb7d224b543ad880b69f94b06e848c8983be29450 (patch)
tree14563d9eec0806d3fdfd312e026a86df9d824be4
parentb3a11b658429f0e07c474ea980eecbbe06a2f73d (diff)
Viewport Compositor: Add missing shader builder stubviewport-compositor
This patch adds a stub that was missed during the previous merge.
-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();