[Cogl] [PATCH 24/53] doc: Add the missing Depth/Stencil members of CoglPixelFormat
Damien Lespiau
damien.lespiau at gmail.com
Tue Jan 1 06:31:00 PST 2013
From: Damien Lespiau <damien.lespiau at intel.com>
---
cogl/cogl-types.h | 3 +++
1 files changed, 3 insertions(+), 0 deletions(-)
diff --git a/cogl/cogl-types.h b/cogl/cogl-types.h
index 690e19c..2de5bcd 100644
--- a/cogl/cogl-types.h
+++ b/cogl/cogl-types.h
@@ -282,6 +282,9 @@ typedef struct _CoglColor CoglColor;
* @COGL_PIXEL_FORMAT_BGRA_1010102_PRE: Premultiplied BGRA, 32 bits, 10 bpc
* @COGL_PIXEL_FORMAT_ARGB_2101010_PRE: Premultiplied ARGB, 32 bits, 10 bpc
* @COGL_PIXEL_FORMAT_ABGR_2101010_PRE: Premultiplied ABGR, 32 bits, 10 bpc
+ * @COGL_PIXEL_FORMAT_DEPTH_16: Depth, 16 bits
+ * @COGL_PIXEL_FORMAT_DEPTH_32: Depth, 32 bits
+ * @COGL_PIXEL_FORMAT_DEPTH_24_STENCIL_8: Depth/Stencil, 24/8 bits
*
* Pixel formats used by Cogl. For the formats with a byte per
* component, the order of the components specify the order in
--
1.7.7.5
More information about the Cogl
mailing list