summaryrefslogtreecommitdiff
path: root/include/kalmia.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/kalmia.h')
-rw-r--r--include/kalmia.h10
1 files changed, 10 insertions, 0 deletions
diff --git a/include/kalmia.h b/include/kalmia.h
index 615753c..06a555b 100644
--- a/include/kalmia.h
+++ b/include/kalmia.h
@@ -81,5 +81,15 @@ struct ka_param_t {
char *semantic;
};
+struct ka_accessor_t {
+ unsigned int count; /* required */
+ unsigned int offset; /* default 0 */
+ char *source; /* required */
+ unsigned int stride; /* default 1 */
+
+ unsigned int param_count;
+ struct ka_param_t *param;
+};
+
#endif