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 37c964bd..0eb711e1 100644
--- a/examples/cogl-info.c
+++ b/examples/cogl-info.c
@@ -115,6 +115,12 @@ struct {
"Depth Textures",
"CoglFramebuffers can be configured to render their depth buffer into "
"a texture"
+ },
+ {
+ COGL_FEATURE_ID_PER_VERTEX_POINT_SIZE,
+ "Per-vertex point size",
+ "cogl_point_size_in can be used as an attribute to specify a per-vertex "
+ "point size"
}
};