Info
Load shaders from a file and create the relevant opengl objects required for it.
Depdendencies
- glad
CMake
...
include_directories(TODO_FILL_IN)
add_subdirectory(TODO_FILL_IN)
...
target_link_libraries(your_project_name ... TODO_FILL_IN)
Load shaders from a file and create the relevant opengl objects required for it.
...
include_directories(TODO_FILL_IN)
add_subdirectory(TODO_FILL_IN)
...
target_link_libraries(your_project_name ... TODO_FILL_IN)