Add some FIXME

This commit is contained in:
Jannik Vogel 2015-07-16 14:38:33 +02:00
parent 5f0759c27e
commit 3ffbb446eb
1 changed files with 2 additions and 1 deletions

View File

@ -2644,6 +2644,7 @@ static ShaderBinding* generate_shaders(const ShaderState state)
qstring_append(vertex_shader_code,
"\n"
/* FIXME: Add these uniforms using code when they are used */
"uniform mat4 texMat0;\n"
"uniform mat4 texMat1;\n"
"uniform mat4 texMat2;\n"
@ -2656,7 +2657,7 @@ static ShaderBinding* generate_shaders(const ShaderState state)
"uniform mat4 invModelViewMat1;\n"
"uniform mat4 invModelViewMat2;\n"
"uniform mat4 invModelViewMat3;\n"
"uniform mat4 projectionMat;\n"
"uniform mat4 projectionMat; /* FIXME: when is this used? */\n"
"uniform mat4 compositeMat;\n"
"uniform mat4 invViewport;\n"
"\n"