aboutsummaryrefslogtreecommitdiff
path: root/vendor/gioui.org/shader/piet/path_coarse_abi.h
diff options
context:
space:
mode:
Diffstat (limited to 'vendor/gioui.org/shader/piet/path_coarse_abi.h')
-rw-r--r--vendor/gioui.org/shader/piet/path_coarse_abi.h17
1 files changed, 17 insertions, 0 deletions
diff --git a/vendor/gioui.org/shader/piet/path_coarse_abi.h b/vendor/gioui.org/shader/piet/path_coarse_abi.h
new file mode 100644
index 0000000..9e43e8e
--- /dev/null
+++ b/vendor/gioui.org/shader/piet/path_coarse_abi.h
@@ -0,0 +1,17 @@
+// Code generated by gioui.org/cpu/cmd/compile DO NOT EDIT.
+
+struct path_coarse_descriptor_set_layout {
+ struct buffer_descriptor binding0;
+ struct buffer_descriptor binding1;
+};
+
+extern coroutine path_coarse_coroutine_begin(struct program_data *data,
+ int32_t workgroupX, int32_t workgroupY, int32_t workgroupZ,
+ void *workgroupMemory,
+ int32_t firstSubgroup,
+ int32_t subgroupCount) ATTR_HIDDEN;
+
+extern bool path_coarse_coroutine_await(coroutine r, yield_result *res) ATTR_HIDDEN;
+extern void path_coarse_coroutine_destroy(coroutine r) ATTR_HIDDEN;
+
+extern const struct program_info path_coarse_program_info ATTR_HIDDEN;