Files
gio-patched/gpu/gen.go
T
Elias Naur 2c7aba9e7c gpu/internal/convertshaders: move internal/cmd/convertshaders
The convert program is only used by the shaders from package gpu, and
we're about to make the backend package imported by the program internal
to package gpu. Move the converter below package gpu.

Signed-off-by: Elias Naur <mail@eliasnaur.com>
2021-03-06 14:26:47 +01:00

6 lines
119 B
Go

// SPDX-License-Identifier: Unlicense OR MIT
package gpu
//go:generate go run ./internal/convertshaders -package gpu