Files
silver_pose/v2/vendor/gioui.org/shader/README.md
T

19 lines
431 B
Markdown
Raw Normal View History

# GPU programs for the Gio project
This repository contains source code for the [Gio](https://gioui.org)
project. It also contains the generators and derived 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](https://gioui.org/doc/contribute).