Skip to content
Snippets Groups Projects
Commit 02c27b8c authored by Ptolemy's avatar Ptolemy
Browse files

SL-17762: PBR: Cleanup: Document specularRect for PBR

parent aa5aaefd
No related branches found
No related tags found
No related merge requests found
......@@ -179,8 +179,7 @@ void main()
da = pow(da, light_gamma);
vec4 diffuse = texture2DRect(diffuseRect, tc);
vec4 spec = texture2DRect(specularRect, vary_fragcoord.xy);
vec4 spec = texture2DRect(specularRect, vary_fragcoord.xy); // NOTE: PBR sRGB Emissive
#if defined(HAS_SUN_SHADOW) || defined(HAS_SSAO)
vec2 scol_ambocc = texture2DRect(lightMap, vary_fragcoord.xy).rg;
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment