Skip to content

Commit

Permalink
Implement GPU frustum culling
Browse files Browse the repository at this point in the history
  • Loading branch information
VReaperV committed May 18, 2024
1 parent e0e3c8f commit 3ad229d
Show file tree
Hide file tree
Showing 35 changed files with 1,194 additions and 88 deletions.
3 changes: 3 additions & 0 deletions src.cmake
Original file line number Diff line number Diff line change
Expand Up @@ -147,6 +147,9 @@ set(RENDERERLIST
set(GLSLSOURCELIST
${ENGINE_DIR}/renderer/glsl_source/material_vp.glsl
${ENGINE_DIR}/renderer/glsl_source/material_fp.glsl
${ENGINE_DIR}/renderer/glsl_source/cull_cp.glsl
${ENGINE_DIR}/renderer/glsl_source/clearSurfaces_cp.glsl
${ENGINE_DIR}/renderer/glsl_source/processSurfaces_cp.glsl
${ENGINE_DIR}/renderer/glsl_source/skybox_vp.glsl
${ENGINE_DIR}/renderer/glsl_source/ssao_fp.glsl
${ENGINE_DIR}/renderer/glsl_source/ssao_vp.glsl
Expand Down
Loading

0 comments on commit 3ad229d

Please sign in to comment.