source: opengl-game/test.vert@ ec4456b

feature/imgui-sdl points-test
Last change on this file since ec4456b 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.