diff options
| author | skal <pascal.massimino@gmail.com> | 2026-02-28 08:45:28 +0100 |
|---|---|---|
| committer | skal <pascal.massimino@gmail.com> | 2026-02-28 08:45:28 +0100 |
| commit | e07f87cba89ef738781399b079840615f27e1667 (patch) | |
| tree | 8a6cd84a3e9b40e781300c3acccc8ad0f7300b7b /cmake/DemoSourceLists.cmake | |
| parent | af06b3512598c81c472fdbbeb4994c7eb8621d4c (diff) | |
refactor(gpu): move RenderPipelineBuilder impl to pipeline_builder.cc
Keeps .h as declarations only; moves all method bodies to .cc.
Adds pipeline_builder.cc to COMMON_GPU_EFFECTS in DemoSourceLists.cmake.
handoff(Claude): pipeline_builder split to .h/.cc, builds clean.
Diffstat (limited to 'cmake/DemoSourceLists.cmake')
| -rw-r--r-- | cmake/DemoSourceLists.cmake | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/cmake/DemoSourceLists.cmake b/cmake/DemoSourceLists.cmake index bf6b881..f4574c7 100644 --- a/cmake/DemoSourceLists.cmake +++ b/cmake/DemoSourceLists.cmake @@ -44,6 +44,7 @@ set(COMMON_GPU_EFFECTS # cnn_v1/src/cnn_v1_effect.cc # cnn_v2/src/cnn_v2_effect.cc src/gpu/post_process_helper.cc + src/gpu/pipeline_builder.cc src/gpu/sampler_cache.cc src/effects/shaders.cc src/gpu/shader_composer.cc |
