views:

31

answers:

1

Hello! I wanna check if the draw_texture function is avaiable on the actual device, so:

How can I check if this extension is supported?

Thanks in advance!

+1  A: 

How can I check if this extension is supported?

Scan the string returned by glGetString(GL_EXTENSIONS) for GL_OES_draw_texture.

genpfault
Thanks for answer, but what about the others? Do you know about them?
Julian Assange
Nope. The extension spec should give you some insight though.
genpfault
Thanks for the moment. :)
Julian Assange
I cut this question, and accept your answer.
Julian Assange