mirror of
https://github.com/hajimehoshi/ebiten.git
synced 2024-11-10 04:57:26 +01:00
6 lines
66 B
Go
6 lines
66 B
Go
|
package main
|
||
|
|
||
|
func Foo(foo vec2) vec4 {
|
||
|
return vec4(foo, 0, 1)
|
||
|
}
|