set_use_es
Description:
[
Version ( since =
"3.22" ) ]
public void set_use_es (
bool use_es)
Sets whether the this should create an OpenGL or an OpenGL ES context.
You should check the capabilities of the GLContext before drawing with either
API.
Parameters:
this |
a GLArea
|
use_es |
whether to use OpenGL or OpenGL ES
|