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:
authorJeroen Bakker <jeroen@blender.org>2022-09-13 12:06:33 +0300
committerJeroen Bakker <jeroen@blender.org>2022-09-13 12:06:33 +0300
commit8d3178153ba3e9aa9a8bf925d5344f37bf763abd (patch)
tree1df832c308cd680fd862354c64753be9b7f214aa
parent34580cbb942bc8038a66a474e775da32d3d4009a (diff)
Remove commented out code.temp-eevee-next-cryptomatte
-rw-r--r--source/blender/draw/engines/eevee_next/shaders/eevee_cryptomatte_lib.glsl1
1 files changed, 0 insertions, 1 deletions
diff --git a/source/blender/draw/engines/eevee_next/shaders/eevee_cryptomatte_lib.glsl b/source/blender/draw/engines/eevee_next/shaders/eevee_cryptomatte_lib.glsl
index 44cd2c55c59..e874a6b56ea 100644
--- a/source/blender/draw/engines/eevee_next/shaders/eevee_cryptomatte_lib.glsl
+++ b/source/blender/draw/engines/eevee_next/shaders/eevee_cryptomatte_lib.glsl
@@ -64,7 +64,6 @@ void cryptomatte_store_film_sample(FilmSample dst,
else {
continue;
}
- // sample_pair = vec4(1.0, 2.0, 3.0, 4.0);
imageStore(cryptomatte_img, img_co, sample_pair);
break;
}