WIP-Commit. DOES NOT WORK.

This commit is contained in:
Stefan Dresselhaus
2014-03-24 08:21:30 +01:00
parent fd38727c65
commit c1e074934e
11 changed files with 109 additions and 24 deletions

View File

@ -0,0 +1,8 @@
#version 330
uniform sampler2D blitTexture;
void main(void)
{
}

6
shaders/ui/vertex.shader Normal file
View File

@ -0,0 +1,6 @@
#version 330
void main()
{
//null-program
}