aboutsummaryrefslogtreecommitdiffstats
path: root/libglitter.h
diff options
context:
space:
mode:
authorMattias Andrée <maandree@kth.se>2023-01-26 21:58:22 +0100
committerMattias Andrée <maandree@kth.se>2023-01-26 21:58:22 +0100
commitfe9be4a42abe4c7ddc06881efd47cc61d0e60076 (patch)
treeffdf982723a8ae111f5f37a99689569beb574780 /libglitter.h
parentm (diff)
downloadlibglitter-fe9be4a42abe4c7ddc06881efd47cc61d0e60076.tar.gz
libglitter-fe9be4a42abe4c7ddc06881efd47cc61d0e60076.tar.bz2
libglitter-fe9be4a42abe4c7ddc06881efd47cc61d0e60076.tar.xz
m doc
Signed-off-by: Mattias Andrée <maandree@kth.se>
Diffstat (limited to 'libglitter.h')
-rw-r--r--libglitter.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/libglitter.h b/libglitter.h
index 9b2f30f..27dfd0d 100644
--- a/libglitter.h
+++ b/libglitter.h
@@ -172,6 +172,8 @@ int libglitter_enable_acceleration(uint64_t, int, void (*)(int, int, void *), vo
* the other one is 1, `ncellvalues` will not be used as it is preknown
* that all its values are 1; in the future this could also happen for
* other situations where `noutputs == widthmul * heightmul`
+ *
+ * The returned object will contain references to `cellmap` and `ncellvalues`
*/
LIBGLITTER_RENDER_CONTEXT *libglitter_create_render_context(size_t, size_t, size_t, size_t,
const uint8_t *, const uint8_t *);