summaryrefslogtreecommitdiff
path: root/cogl/cogl-atlas-texture.h
diff options
context:
space:
mode:
Diffstat (limited to 'cogl/cogl-atlas-texture.h')
-rw-r--r--cogl/cogl-atlas-texture.h15
1 files changed, 15 insertions, 0 deletions
diff --git a/cogl/cogl-atlas-texture.h b/cogl/cogl-atlas-texture.h
index 5745ccae..9860c5d8 100644
--- a/cogl/cogl-atlas-texture.h
+++ b/cogl/cogl-atlas-texture.h
@@ -209,6 +209,21 @@ cogl_atlas_texture_new_from_bitmap (CoglBitmap *bmp,
CoglPixelFormat internal_format,
CoglError **error);
+/**
+ * cogl_is_atlas_texture:
+ * @object: a #CoglObject
+ *
+ * Checks whether the given object references a #CoglAtlasTexture
+ *
+ * Return value: %TRUE if the passed object represents an atlas
+ * texture and %FALSE otherwise
+ *
+ * Since: 1.16
+ * Stability: Unstable
+ */
+CoglBool
+cogl_is_atlas_texture (void *object);
+
COGL_END_DECLS
#endif /* _COGL_ATLAS_TEXTURE_H_ */