Fix DDGI cascades blending to be smoother

This commit is contained in:
Wojtek Figat
2026-01-03 00:48:36 +01:00
parent 400e2f1b0e
commit b24d98df9e
5 changed files with 22 additions and 13 deletions

View File

@@ -10,7 +10,7 @@
/// <summary>
/// Current materials shader version.
/// </summary>
#define MATERIAL_GRAPH_VERSION 178
#define MATERIAL_GRAPH_VERSION 179
class Material;
class GPUShader;