mirror of
https://github.com/ZDoom/gzdoom-gles.git
synced 2024-11-28 23:11:58 +00:00
- fix black ssao bug
This commit is contained in:
parent
49f2e75ee4
commit
c0c7573788
1 changed files with 1 additions and 1 deletions
|
@ -75,7 +75,7 @@ EXTERN_CVAR (Bool, r_drawvoxels)
|
||||||
void FDrawInfo::ApplyVPUniforms()
|
void FDrawInfo::ApplyVPUniforms()
|
||||||
{
|
{
|
||||||
VPUniforms.CalcDependencies();
|
VPUniforms.CalcDependencies();
|
||||||
GLRenderer->mShaderManager->ApplyMatrices(&VPUniforms, NORMAL_PASS);
|
GLRenderer->mShaderManager->ApplyMatrices(&VPUniforms, gl_RenderState.GetPassType());
|
||||||
|
|
||||||
if (!(gl.flags & RFL_NO_CLIP_PLANES))
|
if (!(gl.flags & RFL_NO_CLIP_PLANES))
|
||||||
{
|
{
|
||||||
|
|
Loading…
Reference in a new issue