Fix: EEVEE-Next: Opaque dielectric packing broken
This commit is contained in:
@@ -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,
|
||||
|
||||
Reference in New Issue
Block a user