OpenGL ES 3.0 / 3.1 for Android#4971
Open
danoli3 wants to merge 12 commits intoopenframeworks:masterfrom
Open
Conversation
added 12 commits
September 6, 2015 23:06
…ritten by build.gradle.
Contributor
|
just a bump on this PR -- not sure how complete it is, but am working on a project where opengl es 3.0 on android would help alot. cc @danzeeeman |
Member
|
I thought ES3.0 already worked?
…On Sun, Jan 21, 2018 at 6:59 PM, ofZach ***@***.***> wrote:
just a bump on this PR -- not sure how complete it is, but am working on a
project where opengl es 3.0 on android would help alot. cc @danzeeeman
<https://github.com/danzeeeman>
—
You are receiving this because you were mentioned.
Reply to this email directly, view it on GitHub
<#4971 (comment)>,
or mute the thread
<https://github.com/notifications/unsubscribe-auth/AAr6zJxmsBP9dSnV1elV1x0zT2ZbmIl_ks5tM89_gaJpZM4HplF_>
.
--
Dan Moore
makeitdoathing.com
@theDANtheMAN
dan@makeitdoathing.com
|
Contributor
|
I'm not sure -- I was just trying to get faster pixel readback working... alot of the faster approaches involve gles3 pbo type things: |
Member
Author
|
I'll add this via the Android merge... its coming |
This file contains hidden or 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
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
An initial start on OpenGL ES 3.0/3.1 for Android by @mruegenberg
@arturoc