Implemented ShaderProgramBuilder

This commit is contained in:
2025-07-27 16:13:48 -04:00
parent 94c9216225
commit 370196ef7a
6 changed files with 135 additions and 35 deletions

View File

@@ -7,3 +7,4 @@ find_package(glfw3 CONFIG REQUIRED)
find_package(glm CONFIG REQUIRED)
add_subdirectory(./source/app)
add_subdirectory(./source/shader)