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>
This commit is contained in:
Elias Naur
2021-03-05 16:06:57 +01:00
parent 2a66bfb2b4
commit 2c7aba9e7c
8 changed files with 2 additions and 2 deletions
+1 -1
View File
@@ -2,4 +2,4 @@
package headless
//go:generate go run ../../internal/cmd/convertshaders -package headless
//go:generate go run ../internal/convertshaders -package headless