Shaders now compile all the way to OpenGL

This commit is contained in:
2024-12-24 16:06:55 -06:00
parent e10aea20a1
commit f5958f2879
19 changed files with 190 additions and 35 deletions

View File

@@ -25,6 +25,7 @@ set(DAWN_TEMP_DIR "${DAWN_BUILD_DIR}/temp")
# Options
option(DAWN_ENABLE_PHYSICS "Enable Physics" OFF)
option(DAWN_DEBUG_SHADERS "Enable Debug Shaders" ON)
# Initialize Project First.
project(Dawn