Skip to content

cpp-toolbox/shader_pipeline

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

11 Commits
 
 
 
 
 
 
 
 

Repository files navigation

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)

About

SUBPROJECT

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages