mirror of
https://github.com/TomHarte/CLK.git
synced 2025-02-09 17:31:18 +00:00
Added a note about horribleness to the source. You never know who's looking.
This commit is contained in:
parent
cb6e6e8acb
commit
f60ba4f487
@ -200,6 +200,9 @@ const char *vertexShader =
|
|||||||
"}\n";
|
"}\n";
|
||||||
|
|
||||||
// TODO: this should be factored out and be per project
|
// TODO: this should be factored out and be per project
|
||||||
|
//
|
||||||
|
// TODO: this is _horribly_ written. It parallelises nothing. It's an embarassment. Same as for the above.
|
||||||
|
// This will be fixed. But, for now, it works.
|
||||||
const char *fragmentShader =
|
const char *fragmentShader =
|
||||||
"#version 150\n"
|
"#version 150\n"
|
||||||
"\n"
|
"\n"
|
||||||
|
Loading…
x
Reference in New Issue
Block a user