testing: Fix wrong comments

This commit is contained in:
Hajime Hoshi 2020-08-07 12:26:00 +09:00
parent 00ccc8ad85
commit ae28b83d45

View File

@ -219,7 +219,7 @@ func defaultProgram() shaderir.Program {
{Main: shaderir.Vec4}, // Local var (3) in the vertex shader
},
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,
}