1
0
mirror of https://github.com/TomHarte/CLK.git synced 2024-07-06 01:28:57 +00:00

Removed last mentions of 'lateral'.

This commit is contained in:
Thomas Harte 2016-05-08 20:51:28 -04:00
parent 986019f9f9
commit 7b5982e455

View File

@ -18,7 +18,6 @@ namespace {
{
{"position", 0},
{"srcCoordinates", 1},
{"lateral", 2},
{nullptr}
};
}
@ -33,7 +32,6 @@ std::unique_ptr<OutputShader> OutputShader::make_shader(const char *fragment_met
"in vec2 position;"
"in vec2 srcCoordinates;"
// "in float lateral;"
"uniform vec2 boundsOrigin;"
"uniform vec2 boundsSize;"