Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
What's new
7
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in / Register
Toggle navigation
Open sidebar
NiranV
Black Dragon Viewer
Commits
107b9b31
Commit
107b9b31
authored
Feb 01, 2021
by
NiranV
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Fixed: Deferred Rendering not working when not at least SSAO or Shadows are on.
parent
3d88ac1f
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
0 deletions
+1
-0
indra/newview/app_settings/shaders/class1/deferred/softenLightF.glsl
...ew/app_settings/shaders/class1/deferred/softenLightF.glsl
+1
-0
No files found.
indra/newview/app_settings/shaders/class1/deferred/softenLightF.glsl
View file @
107b9b31
...
...
@@ -37,6 +37,7 @@ out vec4 frag_color;
uniform
sampler2DRect
diffuseRect
;
uniform
sampler2DRect
specularRect
;
uniform
sampler2DRect
normalMap
;
uniform
sampler2DRect
lightMap
;
uniform
sampler2DRect
depthMap
;
uniform
samplerCube
environmentMap
;
uniform
sampler2D
lightFunc
;
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment