mirror of
https://github.com/brl/mutter.git
synced 2025-01-11 20:22:23 +00:00
docs: Fixes for Cogl
This commit is contained in:
parent
27e6c3b1e0
commit
124f30ccce
@ -91,6 +91,7 @@ cogl_material_new (void);
|
|||||||
|
|
||||||
/**
|
/**
|
||||||
* cogl_material_copy:
|
* cogl_material_copy:
|
||||||
|
* @source: the handle for the material to copy
|
||||||
*
|
*
|
||||||
* Creates a new material handle with the configuration copied from the
|
* Creates a new material handle with the configuration copied from the
|
||||||
* source material.
|
* source material.
|
||||||
|
@ -95,6 +95,7 @@ cogl_pixel_buffer_new_for_size (unsigned int width,
|
|||||||
gboolean
|
gboolean
|
||||||
cogl_is_pixel_buffer (CoglHandle handle);
|
cogl_is_pixel_buffer (CoglHandle handle);
|
||||||
|
|
||||||
|
#if 0
|
||||||
/*
|
/*
|
||||||
* cogl_pixel_buffer_set_region:
|
* cogl_pixel_buffer_set_region:
|
||||||
* @buffer: the #CoglHandle of a pixel buffer
|
* @buffer: the #CoglHandle of a pixel buffer
|
||||||
@ -115,7 +116,6 @@ cogl_is_pixel_buffer (CoglHandle handle);
|
|||||||
* Since: 1.2
|
* Since: 1.2
|
||||||
* Stability: Unstable
|
* Stability: Unstable
|
||||||
*/
|
*/
|
||||||
#if 0
|
|
||||||
gboolean
|
gboolean
|
||||||
cogl_pixel_buffer_set_region (CoglHandle buffer,
|
cogl_pixel_buffer_set_region (CoglHandle buffer,
|
||||||
guint8 *data,
|
guint8 *data,
|
||||||
|
@ -53,6 +53,7 @@ CFILE_GLOB=\
|
|||||||
# Header files to ignore when scanning.
|
# Header files to ignore when scanning.
|
||||||
# e.g. IGNORE_HFILES=gtkdebug.h gtkintl.h
|
# e.g. IGNORE_HFILES=gtkdebug.h gtkintl.h
|
||||||
IGNORE_HFILES=\
|
IGNORE_HFILES=\
|
||||||
|
cogl-atlas.h \
|
||||||
cogl-atlas-texture-private.h \
|
cogl-atlas-texture-private.h \
|
||||||
cogl-bitmap-private.h \
|
cogl-bitmap-private.h \
|
||||||
cogl-blend-string.h \
|
cogl-blend-string.h \
|
||||||
@ -74,7 +75,7 @@ IGNORE_HFILES=\
|
|||||||
cogl-matrix-stack.h \
|
cogl-matrix-stack.h \
|
||||||
cogl-spans.h \
|
cogl-spans.h \
|
||||||
cogl-pixel-buffer-private.h \
|
cogl-pixel-buffer-private.h \
|
||||||
cogl-primitives.h \
|
cogl-profile.h \
|
||||||
cogl-sub-texture-private.h \
|
cogl-sub-texture-private.h \
|
||||||
cogl-texture-2d-private.h \
|
cogl-texture-2d-private.h \
|
||||||
cogl-texture-2d-sliced-private.h \
|
cogl-texture-2d-sliced-private.h \
|
||||||
|
@ -72,8 +72,11 @@ cogl_end_gl
|
|||||||
<SUBSECTION Standard>
|
<SUBSECTION Standard>
|
||||||
COGL_TYPE_ATTRIBUTE_TYPE
|
COGL_TYPE_ATTRIBUTE_TYPE
|
||||||
COGL_TYPE_BLEND_STRING_ERROR
|
COGL_TYPE_BLEND_STRING_ERROR
|
||||||
|
COGL_TYPE_BUFFER_ACCESS
|
||||||
COGL_TYPE_BUFFER_BIT
|
COGL_TYPE_BUFFER_BIT
|
||||||
COGL_TYPE_BUFFER_TARGET
|
COGL_TYPE_BUFFER_TARGET
|
||||||
|
COGL_TYPE_BUFFER_UPDATE_HINT
|
||||||
|
COGL_TYPE_BUFFER_USAGE_HINT
|
||||||
COGL_TYPE_DEBUG_FLAGS
|
COGL_TYPE_DEBUG_FLAGS
|
||||||
COGL_TYPE_DRIVER_ERROR
|
COGL_TYPE_DRIVER_ERROR
|
||||||
COGL_TYPE_FEATURE_FLAGS
|
COGL_TYPE_FEATURE_FLAGS
|
||||||
@ -335,9 +338,6 @@ cogl_angle_sin
|
|||||||
cogl_angle_tan
|
cogl_angle_tan
|
||||||
|
|
||||||
<SUBSECTION Private>
|
<SUBSECTION Private>
|
||||||
cogl_fixed_mul
|
|
||||||
cogl_fixed_div
|
|
||||||
cogl_fixed_mul_div
|
|
||||||
cogl_double_to_fixed
|
cogl_double_to_fixed
|
||||||
cogl_double_to_int
|
cogl_double_to_int
|
||||||
cogl_double_to_unit
|
cogl_double_to_unit
|
||||||
@ -445,6 +445,7 @@ cogl_material_set_shininess
|
|||||||
cogl_material_get_shininess
|
cogl_material_get_shininess
|
||||||
CoglMaterialAlphaFunc
|
CoglMaterialAlphaFunc
|
||||||
cogl_material_set_alpha_test_function
|
cogl_material_set_alpha_test_function
|
||||||
|
COGL_BLEND_STRING_ERROR
|
||||||
CoglBlendStringError
|
CoglBlendStringError
|
||||||
cogl_material_set_blend
|
cogl_material_set_blend
|
||||||
cogl_material_set_blend_constant
|
cogl_material_set_blend_constant
|
||||||
@ -486,7 +487,6 @@ cogl_buffer_set_data
|
|||||||
<SUBSECTION>
|
<SUBSECTION>
|
||||||
cogl_pixel_buffer_new
|
cogl_pixel_buffer_new
|
||||||
cogl_pixel_buffer_new_for_size
|
cogl_pixel_buffer_new_for_size
|
||||||
cogl_pixel_buffer_set_region
|
|
||||||
cogl_is_pixel_buffer
|
cogl_is_pixel_buffer
|
||||||
|
|
||||||
<SUBSECTION>
|
<SUBSECTION>
|
||||||
|
Loading…
Reference in New Issue
Block a user