diff --git a/source/blender/draw/engines/eevee_next/eevee_shader_shared.hh b/source/blender/draw/engines/eevee_next/eevee_shader_shared.hh index b26ec010477..3b4f80ebddb 100644 --- a/source/blender/draw/engines/eevee_next/eevee_shader_shared.hh +++ b/source/blender/draw/engines/eevee_next/eevee_shader_shared.hh @@ -1200,7 +1200,7 @@ enum GBufferMode : uint32_t { GBUF_SSS = 4u, /** Special configurations. Packs multiple closures into 1 layer. */ - GBUF_OPAQUE_DIELECTRIC = 4u, + GBUF_OPAQUE_DIELECTRIC = 14u, /** Set for surfaces without lit closures. This stores only the normal to the surface. */ GBUF_UNLIT = 15u,