Skip to content

Commit e30ff35

Browse files
committed
preparation
1 parent 4f619ee commit e30ff35

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

main.cpp

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,6 @@ Vec3f up(0,1,0);
1818

1919
struct Shader : public IShader {
2020
mat<2,3,float> varying_uv; // triangle uv coordinates, written by the vertex shader, read by the fragment shader
21-
mat<4,3,float> varying_tri; // triangle coordinates (clip coordinates), written by VS, read by FS
2221
mat<3,3,float> varying_nrm; // normal per vertex to be interpolated by FS
2322

2423
virtual Vec4f vertex(int iface, int nthvert) {

0 commit comments

Comments
 (0)