[Bf-blender-cvs] [990326e5d28] temp-eevee-next-cryptomatte: Added better comment.

Jeroen Bakker noreply at git.blender.org
Mon Aug 29 15:51:33 CEST 2022


Commit: 990326e5d28f6b08d3966b2912a90f7faf4bce7b
Author: Jeroen Bakker
Date:   Mon Aug 29 14:21:21 2022 +0200
Branches: temp-eevee-next-cryptomatte
https://developer.blender.org/rB990326e5d28f6b08d3966b2912a90f7faf4bce7b

Added better comment.

===================================================================

M	source/blender/draw/engines/eevee_next/eevee_cryptomatte.hh

===================================================================

diff --git a/source/blender/draw/engines/eevee_next/eevee_cryptomatte.hh b/source/blender/draw/engines/eevee_next/eevee_cryptomatte.hh
index 0ff9d602a9e..e96cace9e20 100644
--- a/source/blender/draw/engines/eevee_next/eevee_cryptomatte.hh
+++ b/source/blender/draw/engines/eevee_next/eevee_cryptomatte.hh
@@ -42,6 +42,7 @@ class Cryptomatte {
   int material_offset_;
   int layer_len_;
 
+  /** Contains per object hashes (object and asset hash). Indexed by resource ID. */
   CryptomatteObjectBuf cryptomatte_object_buf;
 
   DRWPass *post_ps_ = nullptr;



More information about the Bf-blender-cvs mailing list