Welcome to mirror list, hosted at ThFree Co, Russian Federation.

git.blender.org/blender.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDilith Jayakody <dilithjay@gmail.com>2021-07-20 17:53:34 +0300
committerDilith Jayakody <dilithjay@gmail.com>2021-07-20 17:53:34 +0300
commit227e1429e8a4c9c3f1485924f3713bd502424cc2 (patch)
tree8829731347b8025a777a31c8ae89d755c4a0d0e4 /source/blender/draw/engines/eevee/shaders/common_uniforms_lib.glsl
parent71ef45f142b3efc2fd1032ce0e92ec4abdacc1ed (diff)
Merge branch 'master' into soc-2021-curves
Diffstat (limited to 'source/blender/draw/engines/eevee/shaders/common_uniforms_lib.glsl')
-rw-r--r--source/blender/draw/engines/eevee/shaders/common_uniforms_lib.glsl2
1 files changed, 1 insertions, 1 deletions
diff --git a/source/blender/draw/engines/eevee/shaders/common_uniforms_lib.glsl b/source/blender/draw/engines/eevee/shaders/common_uniforms_lib.glsl
index d7996ab4bd1..c935eca6a39 100644
--- a/source/blender/draw/engines/eevee/shaders/common_uniforms_lib.glsl
+++ b/source/blender/draw/engines/eevee/shaders/common_uniforms_lib.glsl
@@ -37,7 +37,7 @@ layout(std140) uniform common_block
int prbIrradianceVisSize;
float prbIrradianceSmooth;
float prbLodCubeMax;
- /* Misc*/
+ /* Misc */
int rayType;
float rayDepth;
float alphaHashOffset;