Skip to content

poweifeng/graphics-related-demos

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Graphics Demos

This repo is used to provide reproductions of graphical issues. It's meant to be simple and self-contained so that the demos can be attached to issue trackers of other open-source projects.

The basic framework is based on OpenGL Examples.

Build

To build any of the following demos, run

mkdir out && cd out && cmake ..
make && ./[demo_executable_name]

Demos

Demostrates a bug with Mesa's GL software rasterizer that would unbind currently bound uniform buffer (perhaps unintentionally).

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published