Skip to content
This repository has been archived by the owner on Apr 28, 2022. It is now read-only.

v0.3.4: support renderbuffer based display (#52)

Compare
Choose a tag to compare
@headupinclouds headupinclouds released this 03 Sep 21:14
· 7 commits to hunter since this release
c1f1112
* support renderbuffer based display

Add optional callback to Disp constructor to specify OS binding for renderbuffer storage during allocation.   If this is specified the renderbuffer will be used (via framebuffer) for rendering to the display, rather than framebuffer == 0 screen rendering.

* #include <functional>