Skip to content

MathiasSchoettle/opengl-context-sharing

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

A minimal example of two opengl contexts sharing state.

A compute shader in the first opengl context updates a bound buffer. A second opengl context renders this buffer to the screen.

run it -> g++ main.cpp -lOpenGL -lglfw -lGLEW -lpthread -o main

About

A demo showcasing opengl context sharing

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages