misc: Switch from gl3w to glad
Also add more checks on window and context creation.
This commit is contained in:
7
third_party/glad/CMakeLists.txt
vendored
Normal file
7
third_party/glad/CMakeLists.txt
vendored
Normal file
@@ -0,0 +1,7 @@
|
||||
add_library(glad STATIC
|
||||
src/gl.c
|
||||
include/glad/gl.h
|
||||
include/KHR/khrplatform.h
|
||||
)
|
||||
|
||||
target_include_directories(glad PUBLIC "include")
|
||||
Reference in New Issue
Block a user