summaryrefslogtreecommitdiff
path: root/examples/cogl-info.c
diff options
context:
space:
mode:
Diffstat (limited to 'examples/cogl-info.c')
-rw-r--r--examples/cogl-info.c6
1 files changed, 6 insertions, 0 deletions
diff --git a/examples/cogl-info.c b/examples/cogl-info.c
index b7dab007..7c43fe2c 100644
--- a/examples/cogl-info.c
+++ b/examples/cogl-info.c
@@ -109,6 +109,12 @@ struct {
"GLES2 API integration supported",
"Support for creating a GLES2 context for using the GLES2 API in a "
"way that's integrated with Cogl."
+ },
+ {
+ COGL_FEATURE_ID_DEPTH_TEXTURE,
+ "Depth Textures",
+ "CoglFramebuffers can be configured to render their depth buffer into "
+ "a texture"
}
};