source: opengl-game/test.frag@ 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: 146 bytes
Line 
1#version 410
2
3//uniform vec4 inputColor;
4out vec4 fragColor;
5
6void main() {
7 //fragColor = inputColor;
8 fragColor = vec4(0.5, 0.0, 0.5, 1.0);
9}
Note: See TracBrowser for help on using the repository browser.