This repository has been archived by the owner on Apr 28, 2022. It is now read-only.
forked from headupinclouds/ogles_gpgpu
-
Notifications
You must be signed in to change notification settings - Fork 4
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
support renderbuffer based display (#52)
* 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>
- Loading branch information
1 parent
c9ff2a7
commit c1f1112
Showing
3 changed files
with
89 additions
and
2 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters