Arm Community
Site
Search
User
Site
Search
User
Support forums
Mobile, Graphics, and Gaming forum
OpenGL ES 3.0 use texture function,but the sample color is incorrect. Anyone can help me?
State
Accepted Answer
+1
person also asked this
people also asked this
Locked
Locked
Replies
3 replies
Subscribers
138 subscribers
Views
6204 views
Users
0 members are here
OpenGL ES
Mali-GPU
Options
Share
More actions
Related
How was your experience today?
This discussion has been locked.
You can no longer post new replies to this discussion. If you have a question you can start a new discussion
OpenGL ES 3.0 use texture function,but the sample color is incorrect. Anyone can help me?
lb377463323
over 8 years ago
Thanks.
Top replies
Peter Harris
over 8 years ago
+2
Can you share the full shaders you are using please? *EDIT* Also, can you let us know what device and Mali GPU you are using? Cheers, Pete
Peter Harris
over 8 years ago
in reply to
lb377463323
+2
verified
If I understand your original post correctly, this works: void main() { vImgColor = texture(vFragTxrImageOES, vFragTexcoord0); } ,,, but this doesn't? void main() { vImgColor = texture(vFragTxrImageOES...
0
Quote