Compute row location using gl_FragCoord.
This commit is contained in:
parent
460b653709
commit
fcbf9342d6
4 changed files with 9 additions and 12 deletions
|
|
@ -54,6 +54,7 @@ void FPresent3DRowShader::Bind()
|
|||
Contrast.Init(mShader, "Contrast");
|
||||
Brightness.Init(mShader, "Brightness");
|
||||
Scale.Init(mShader, "UVScale");
|
||||
WindowHeight.Init(mShader, "WindowHeight");
|
||||
VerticalPixelOffset.Init(mShader, "VerticalPixelOffset");
|
||||
}
|
||||
mShader.Bind();
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue