ebiten/internal/shader/testdata/out.go
2020-09-12 00:35:14 +09:00

6 lines
67 B
Go

package main
func Foo() (a float, b [4]float, c vec4) {
return
}