1
0
mirror of https://github.com/hajimehoshi/ebiten.git synced 2025-01-16 05:52:03 +01:00
ebiten/internal/shader/testdata/assign_multiple2.go

7 lines
75 B
Go
Raw Normal View History

package main
func Foo() vec2 {
r1, r2 := 1.0, 2.0
return vec2(r1, r2)
}