mirror of
https://github.com/TorqueGameEngines/Torque3D.git
synced 2026-02-25 09:33:50 +00:00
Fix OpenGL changes formating.
This commit is contained in:
parent
87f34e3c4f
commit
1d3f3fdfe4
3 changed files with 7 additions and 7 deletions
|
|
@ -532,9 +532,9 @@ void DeferredMinnaertGLSL::setTexData( Material::StageData &stageDat,
|
|||
NamedTexTarget *texTarget = NamedTexTarget::find(RenderPrePassMgr::BufferName);
|
||||
if ( texTarget )
|
||||
{
|
||||
passData.mTexType[texIndex] = Material::TexTarget;
|
||||
passData.mSamplerNames[texIndex] = "prepassBuffer";
|
||||
passData.mTexSlot[ texIndex++ ].texTarget = texTarget;
|
||||
passData.mTexType[texIndex] = Material::TexTarget;
|
||||
passData.mSamplerNames[texIndex] = "prepassBuffer";
|
||||
passData.mTexSlot[ texIndex++ ].texTarget = texTarget;
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue