mirror of
https://github.com/hajimehoshi/ebiten.git
synced 2025-01-27 03:02:49 +01:00
testing: Fix wrong comments
This commit is contained in:
parent
00ccc8ad85
commit
ae28b83d45
@ -219,7 +219,7 @@ func defaultProgram() shaderir.Program {
|
|||||||
{Main: shaderir.Vec4}, // Local var (3) in the vertex shader
|
{Main: shaderir.Vec4}, // Local var (3) in the vertex shader
|
||||||
},
|
},
|
||||||
Varyings: []shaderir.Type{
|
Varyings: []shaderir.Type{
|
||||||
{Main: shaderir.Vec2}, // Local var (4) in the vertex shader, (0) in the fragment shader
|
{Main: shaderir.Vec2}, // Local var (4) in the vertex shader, (1) in the fragment shader
|
||||||
},
|
},
|
||||||
VertexFunc: defaultVertexFunc,
|
VertexFunc: defaultVertexFunc,
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user