aboutsummaryrefslogtreecommitdiff
path: root/vendor/gioui.org/shader/piet/elements_abi.c
blob: bacf32d45e8901440cddb0979911549e1e761844 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
// Code generated by gioui.org/cpu/cmd/compile DO NOT EDIT.

//go:build linux && (arm64 || arm || amd64)
// +build linux
// +build arm64 arm amd64

#include <stdint.h>
#include <stddef.h>
#include "abi.h"
#include "runtime.h"
#include "elements_abi.h"

const struct program_info elements_program_info = {
	.has_cbarriers = 1,
	.min_memory_size = 100000,
	.desc_set_size = sizeof(struct elements_descriptor_set_layout),
	.workgroup_size_x = 32,
	.workgroup_size_y = 1,
	.workgroup_size_z = 1,
	.begin = elements_coroutine_begin,
	.await = elements_coroutine_await,
	.destroy = elements_coroutine_destroy,
};