Fixed lint issues & cleaned up some documentation.

This commit is contained in:
shan 2022-10-06 07:28:05 -07:00
parent 1eb8d972ba
commit cb7c467654
24 changed files with 33 additions and 40 deletions

View file

@ -47,4 +47,4 @@ void main() {
fragColor = color_stops[color_stops_size - 2];
}
}
}
}

View file

@ -15,4 +15,4 @@ uniform vec4 color;
void main() {
fragColor = color;
}
}

View file

@ -6,4 +6,4 @@ out vec2 raw_position;
void main() {
gl_Position = u_Transform * vec4(i_Position, 0.0, 1.0);
raw_position = i_Position;
}
}