opengl es - Is fixed Functions supported in newer android devices -


i wondering whether if using fixed functions in opengl work on newer android devices. couldnt find solid information on google.

fixed functions supported opengl <= 3.0 , opengl es <= 1.x. not supported on later versions.

check available on newer android device.

see official information more details.

opengl es.

opengl


Comments

Popular posts from this blog

python 3 IndexError: list index out of range -

android - How to save instance state of selected radiobutton on menu -

IF statement in MySQL trigger -