Fix: EEVEE-Next: Opaque dielectric packing broken

This commit is contained in:
Clément Foucault
2023-12-11 22:49:54 +01:00
parent 3612e0ef04
commit cf4558d576

View File

@@ -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,