1
0
mirror of https://github.com/hajimehoshi/ebiten.git synced 2025-02-17 21:40:08 +01:00
ebiten/internal/shader/testdata/out.go

6 lines
67 B
Go
Raw Normal View History

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