source: network-game/graphics_library/SimpleFragmentShader.fragmentshader@ dfc81f0

Last change on this file since dfc81f0 was 2ce5154, checked in by dportnoy <dmp1488@…>, 11 years ago

new OpenGL program added, that might replace the client's 2D graphics someday

  • Property mode set to 100644
File size: 74 bytes
RevLine 
[2ce5154]1#version 330 core
2
3out vec3 color;
4
5void main(){
6 color = vec3(1,0,0);
7}
Note: See TracBrowser for help on using the repository browser.