doc: Expose the Cogl GLES 2.0 facilities in the documentation
(cherry picked from commit 0c2344b9aafe4afdf7782fd9badc451de79b7a63)
This commit is contained in:
parent
e9078050f4
commit
81a94a7849
@ -107,6 +107,7 @@ typedef struct _CoglGLES2Vtable CoglGLES2Vtable;
|
||||
|
||||
struct _CoglGLES2Vtable
|
||||
{
|
||||
/*< private >*/
|
||||
#define COGL_EXT_BEGIN(name, \
|
||||
min_gl_major, min_gl_minor, \
|
||||
gles_availability, \
|
||||
|
@ -147,6 +147,7 @@
|
||||
<xi:include href="xml/cogl-sdl.xml"/>
|
||||
<xi:include href="xml/cogl-poll.xml"/>
|
||||
<xi:include href="xml/cogl-gtype.xml"/>
|
||||
<xi:include href="xml/cogl-gles2.xml"/>
|
||||
</section>
|
||||
|
||||
</chapter>
|
||||
|
@ -855,3 +855,26 @@ cogl_sdl_handle_event
|
||||
cogl_sdl_idle
|
||||
cogl_sdl_onscreen_get_window
|
||||
</SECTION>
|
||||
|
||||
<SECTION>
|
||||
<FILE>cogl-gles2</FILE>
|
||||
<TITLE>GLES 2.0 context</TITLE>
|
||||
|
||||
<SUBSECTION>
|
||||
CoglGLES2Context
|
||||
CoglGLES2Vtable
|
||||
COGL_GLES2_CONTEXT_ERROR
|
||||
CoglGLES2ContextError
|
||||
cogl_gles2_context_new
|
||||
cogl_is_gles2_context
|
||||
|
||||
<SUBSECTION>
|
||||
cogl_gles2_context_get_vtable
|
||||
cogl_push_gles2_context
|
||||
cogl_pop_gles2_context
|
||||
cogl_gles2_get_current_vtable
|
||||
|
||||
<SUBSECTION>
|
||||
cogl_gles2_texture_2d_new_from_handle
|
||||
cogl_gles2_texture_get_handle
|
||||
</SECTION>
|
||||
|
Loading…
Reference in New Issue
Block a user