Added UtsEvaluateAngelRing;

Added UTSTonemapping;
This commit is contained in:
Misaki
2025-01-30 22:54:43 +09:00
parent d8b12a0ca9
commit 181a53a3b2
17 changed files with 246 additions and 159 deletions

View File

@@ -5,7 +5,7 @@
#ifndef UTSDEBUG_CS_HLSL
#define UTSDEBUG_CS_HLSL
//
// Unity.Toonshader.UTS_BSDFDebug: static fields
// Misaki.HdrpToon.UTS_BSDFDebug: static fields
//
#define UTS_BSDFDEBUG_NONE (0)
#define UTS_BSDFDEBUG_BASE_COLOR (1)
@@ -20,7 +20,7 @@
#define UTS_BSDFDEBUG_NORMAL_WS (10)
//
// Unity.Toonshader.UTS_LightingDebug: static fields
// Misaki.HdrpToon.UTS_LightingDebug: static fields
//
#define UTS_LIGHTINGDEBUG_NONE (0)
#define UTS_LIGHTINGDEBUG_DIFFUSE_LIGHTING (1)