Skip to content

Commit

Permalink
MODERN: Remove unused copy of light shader.
Browse files Browse the repository at this point in the history
  • Loading branch information
dsvensson committed Jan 24, 2025
1 parent d5d3967 commit 9e200ba
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 88 deletions.
1 change: 0 additions & 1 deletion CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -293,7 +293,6 @@ if(RENDERER_MODERN_OPENGL)
${MODERN_GLSL_DIR}/hud_draw_polygon.fragment.glsl
${MODERN_GLSL_DIR}/hud_draw_polygon.vertex.glsl
${MODERN_GLSL_DIR}/lighting.compute.glsl
${MODERN_GLSL_DIR}/lighting_copy.compute.glsl
${MODERN_GLSL_DIR}/post_process_screen.fragment.glsl
${MODERN_GLSL_DIR}/post_process_screen.vertex.glsl
${MODERN_GLSL_DIR}/simple.fragment.glsl
Expand Down
87 changes: 0 additions & 87 deletions src/glsl/lighting_copy.compute.glsl

This file was deleted.

0 comments on commit 9e200ba

Please sign in to comment.