Tagged Questions
4
votes
2answers
173 views
Is compiling a shader during rendering a good / valid practice in OpenGL ES?
System: Android 4.03, OpenGL ES 2.0
Problem: When glAttachShader is invoked after the first frame has already been rendered with another program / shader, some devices (Galaxy S3) crash with a ...