refactor(shaders_lab): extraer compile_* a compiler.{h,cpp}

This commit is contained in:
2026-04-28 23:56:33 +02:00
parent f2521bd7d2
commit 0cfaa27ee1
4 changed files with 109 additions and 45 deletions
+1
View File
@@ -1,5 +1,6 @@
add_imgui_app(shaders_lab
main.cpp
compiler.cpp
${CMAKE_SOURCE_DIR}/functions/gfx/gl_loader.cpp
${CMAKE_SOURCE_DIR}/functions/gfx/gl_shader.cpp
${CMAKE_SOURCE_DIR}/functions/gfx/gl_framebuffer.cpp