source: opengl-game/test.vert@ c40990d

feature/imgui-sdl points-test
Last change on this file since c40990d was ec4456b, checked in by Dmitry Portnoy <dmitry.portnoy@…>, 7 years ago

Add fullscreen and anti-aliasing support and some more logging

  • Property mode set to 100644
File size: 100 bytes
Line 
1#version 410
2
3in vec3 vertex_position;
4
5void main() {
6 gl_Position = vec4(vertex_position, 1.0);
7}
Note: See TracBrowser for help on using the repository browser.