mirror of
https://github.com/hajimehoshi/ebiten.git
synced 2024-11-10 04:57:26 +01:00
shader: Bug fix: Compile error on the test
This commit is contained in:
parent
4021c24534
commit
914eb093f8
@ -101,7 +101,7 @@ func TestCompile(t *testing.T) {
|
||||
t.Fatal(err)
|
||||
}
|
||||
|
||||
s, err := Compile(fset, f, "Vertex", "Fragment")
|
||||
s, err := Compile(fset, f, "Vertex", "Fragment", 0)
|
||||
if err != nil {
|
||||
t.Error(err)
|
||||
return
|
||||
|
Loading…
Reference in New Issue
Block a user