gioui-gomobile-example/gio/shader
2022-04-15 18:15:31 +02:00
..
cmd/convertshaders Initial commit 2022-04-15 18:15:31 +02:00
gio Initial commit 2022-04-15 18:15:31 +02:00
piet Initial commit 2022-04-15 18:15:31 +02:00
go.mod Initial commit 2022-04-15 18:15:31 +02:00
go.sum Initial commit 2022-04-15 18:15:31 +02:00
LICENSE Initial commit 2022-04-15 18:15:31 +02:00
README.md Initial commit 2022-04-15 18:15:31 +02:00
shader.go Initial commit 2022-04-15 18:15:31 +02:00

GPU programs for the Gio project

This repository contains the source code for the Gio project. It also contains the generators and dereived versions for use with the GPU APIs supported by Gio.

Generating CPU fallbacks

The piet/gencpu.sh script updates the piet-gpu binaries:

$ cd piet
$ ./gencpu.sh

Issues and contributions

See the Gio contribution guide.