ebiten/internal/shader/testdata/issue1236.go

7 lines
70 B
Go
Raw Normal View History

package main
func Foo(v vec4) vec4 {
v2 := mat4(1) * v
return v2
}