mirror of
https://github.com/TomHarte/CLK.git
synced 2025-02-16 18:30:32 +00:00
Removed last mentions of 'lateral'.
This commit is contained in:
parent
986019f9f9
commit
7b5982e455
@ -18,7 +18,6 @@ namespace {
|
|||||||
{
|
{
|
||||||
{"position", 0},
|
{"position", 0},
|
||||||
{"srcCoordinates", 1},
|
{"srcCoordinates", 1},
|
||||||
{"lateral", 2},
|
|
||||||
{nullptr}
|
{nullptr}
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
@ -33,7 +32,6 @@ std::unique_ptr<OutputShader> OutputShader::make_shader(const char *fragment_met
|
|||||||
|
|
||||||
"in vec2 position;"
|
"in vec2 position;"
|
||||||
"in vec2 srcCoordinates;"
|
"in vec2 srcCoordinates;"
|
||||||
// "in float lateral;"
|
|
||||||
|
|
||||||
"uniform vec2 boundsOrigin;"
|
"uniform vec2 boundsOrigin;"
|
||||||
"uniform vec2 boundsSize;"
|
"uniform vec2 boundsSize;"
|
||||||
|
Loading…
x
Reference in New Issue
Block a user