Implemented ShaderProgramBuilder

This commit is contained in:
Pablo Rodriguez
2025-07-27 16:13:48 -04:00
parent e5ba7474e6
commit 6d8bf7c563
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)