internal/cmd/convertshaders: move shader converter to separate package

To use the converter from other packages, make the converter a
runnable command.

Signed-off-by: Elias Naur <mail@eliasnaur.com>
This commit is contained in:
Elias Naur
2020-02-23 13:52:03 +01:00
parent 5cd5d49108
commit fd61c226d4
2 changed files with 8 additions and 6 deletions
+1 -1
View File
@@ -2,4 +2,4 @@
package gpu
//go:generate go run build.go
//go:generate go run ../internal/cmd/convertshaders -package gpu