- Timestamp:
- Aug 16, 2019, 9:31:26 PM (5 years ago)
- Branches:
- feature/imgui-sdl, master, points-test
- Children:
- b8b32bd
- Parents:
- 9cd92ae
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
shaders/shader.vert
r9cd92ae rc8b0357 17 17 18 18 void main() { 19 if (gl_VertexIndex < 8 19 if (gl_VertexIndex < 8) { 20 20 gl_Position = ubo.proj * ubo.view * ubo.model * vec4(inPosition, 1.0); 21 21 fragColor = inColor;
Note:
See TracChangeset
for help on using the changeset viewer.