docs: update cogl-context 2.0 docs
This fixes the 2.0 reference manual Makefile to not ignore cogl-context.h; it also adds cogl_context_new to cogl-sections.txt and removes cogl_begin/end_gl. (For using raw GL with Cogl 2.0 the plan was to add some API for creating additional GL contexts via some Cogl API and a way to push/pop those contexts.) Signed-off-by: Neil Roberts <neil@linux.intel.com>
This commit is contained in:
parent
a3fa7f5d96
commit
94148717aa
@ -97,7 +97,6 @@ IGNORE_HFILES=\
|
||||
cogl-vertex-buffer-private.h \
|
||||
cogl-blend-string.h \
|
||||
cogl-clip-stack.h \
|
||||
cogl-context.h \
|
||||
cogl-debug.h \
|
||||
cogl-defines.h \
|
||||
cogl-deprecated.h \
|
||||
|
@ -112,8 +112,6 @@ cogl_read_pixels
|
||||
|
||||
<SUBSECTION>
|
||||
cogl_flush
|
||||
cogl_begin_gl
|
||||
cogl_end_gl
|
||||
|
||||
<SUBSECTION Standard>
|
||||
COGL_TYPE_ATTRIBUTE_TYPE
|
||||
@ -339,6 +337,7 @@ cogl_pop_framebuffer
|
||||
<TITLE>CoglOnscreen: The Onscreen Framebuffer Interface</TITLE>
|
||||
CoglOnscreen
|
||||
COGL_ONSCREEN
|
||||
cogl_onscreen_new
|
||||
cogl_onscreen_x11_set_foreign_window_xid
|
||||
cogl_onscreen_x11_get_window_xid
|
||||
cogl_onscreen_x11_get_visual_xid
|
||||
|
Loading…
Reference in New Issue
Block a user