GLES Surface
A surface for rendering using the GLES API.
Functions
oc_gles_surface_create
oc_surface oc_gles_surface_create();
Create a graphics surface for GLES rendering.
oc_gles_surface_make_current
void oc_gles_surface_make_current(oc_surface surface);
Make the GL context of the surface current.
oc_gles_surface_swap_buffers
void oc_gles_surface_swap_buffers(oc_surface surface);
Swap the buffers of a GLES surface.