Using Linux style VAOs

This commit is contained in:
2025-08-12 19:29:08 -05:00
parent b0cd37eeaa
commit 6eeb203110
4 changed files with 157 additions and 29 deletions
+2
View File
@@ -11,10 +11,12 @@ target_compile_definitions(${DUSK_TARGET_NAME}
# Libs
find_package(SDL2 REQUIRED)
find_package(OpenGL REQUIRED)
target_link_libraries(${DUSK_TARGET_NAME}
PUBLIC
SDL2::SDL2
OpenGL::GL
)