mirror of
https://github.com/RetroDECK/Supermodel.git
synced 2024-11-25 23:25:40 +00:00
Fix uniform location.
This commit is contained in:
parent
7513cc769a
commit
153c510009
|
@ -351,7 +351,7 @@ void R3DFrameBuffers::AllocShaderWipe()
|
||||||
|
|
||||||
m_shaderWipe.LoadShaders(vertexShader, fragmentShader);
|
m_shaderWipe.LoadShaders(vertexShader, fragmentShader);
|
||||||
|
|
||||||
m_shaderWipe.uniformLoc[0] = m_shaderTrans.GetUniformLocation("texColor");
|
m_shaderWipe.uniformLoc[0] = m_shaderWipe.GetUniformLocation("texColor");
|
||||||
}
|
}
|
||||||
|
|
||||||
void R3DFrameBuffers::Draw()
|
void R3DFrameBuffers::Draw()
|
||||||
|
|
Loading…
Reference in a new issue