Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

fix shaders examples for Raspberry Pi #6223

Merged
merged 2 commits into from
Feb 4, 2019

Conversation

avilleret
Copy link
Contributor

this PR try to fix shader examples for Raspberry Pi

fix #5056

@arturoc
Copy link
Member

arturoc commented Feb 1, 2019

@avilleret can you change OF_TARGET_RASPBERRY_PI to OF_TARGET_OPENGLES

The first is very specific to one platform but that code can be used in other opengl es bases platforms so it's better to use that macro instead

@avilleret
Copy link
Contributor Author

thanks @arturoc for the review, it's done

@arturoc arturoc merged commit 8db8e45 into openframeworks:master Feb 4, 2019
@avilleret
Copy link
Contributor Author

@arturoc shouldn't it be TARGET_OPENGLES instead of OF_TARGET_OPENGLES ?
sorry I realize that after the merge

@arturoc
Copy link
Member

arturoc commented Feb 8, 2019

ugh yeah sorry i didn't realize either. do you want to send a new PR?

@avilleret
Copy link
Contributor Author

avilleret commented Feb 8, 2019

could you do it ?
I removed the cloned repo where I did it and I don't know why I can't update my other clone yet.

gumilastik pushed a commit to gumilastik/openFrameworks that referenced this pull request Feb 27, 2019
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Shader demos need modification for Raspberry Pi
2 participants