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

SL-17762: Cleanup: Document channels in projectionMap

parent fb29b66f
No related branches found
No related tags found
No related merge requests found
...@@ -44,7 +44,7 @@ uniform sampler2DRect emissiveRect; // PBR linear packed Occlusion, Roughness, M ...@@ -44,7 +44,7 @@ uniform sampler2DRect emissiveRect; // PBR linear packed Occlusion, Roughness, M
uniform samplerCube environmentMap; uniform samplerCube environmentMap;
uniform sampler2DRect lightMap; uniform sampler2DRect lightMap;
uniform sampler2D noiseMap; uniform sampler2D noiseMap;
uniform sampler2D projectionMap; uniform sampler2D projectionMap; // rgba
uniform sampler2D lightFunc; uniform sampler2D lightFunc;
uniform mat4 proj_mat; //screen space to light space uniform mat4 proj_mat; //screen space to light space
......
...@@ -44,7 +44,7 @@ uniform sampler2DRect emissiveRect; // PBR linear packed Occlusion, Roughness, M ...@@ -44,7 +44,7 @@ uniform sampler2DRect emissiveRect; // PBR linear packed Occlusion, Roughness, M
uniform samplerCube environmentMap; uniform samplerCube environmentMap;
uniform sampler2DRect lightMap; uniform sampler2DRect lightMap;
uniform sampler2D noiseMap; uniform sampler2D noiseMap;
uniform sampler2D projectionMap; uniform sampler2D projectionMap; // rgba
uniform sampler2D lightFunc; uniform sampler2D lightFunc;
uniform mat4 proj_mat; //screen space to light space uniform mat4 proj_mat; //screen space to light space
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment