Upload project file

This commit is contained in:
Misaki
2024-08-15 17:00:11 +09:00
parent 684c51a8c0
commit e441bb7911
162 changed files with 63084 additions and 0 deletions

View File

@@ -0,0 +1,23 @@
//
// This file was automatically generated. Please don't edit by hand. Execute Editor command [ Edit > Rendering > Generate Shader Includes ] instead
//
#ifndef UTSDEBUG_CS_HLSL
#define UTSDEBUG_CS_HLSL
//
// Unity.Toonshader.UTS_BSDFDebug: static fields
//
#define UTS_BSDFDEBUG_NONE (0)
#define UTS_BSDFDEBUG_BASE_COLOR (1)
#define UTS_BSDFDEBUG_NORMAL (2)
#define UTS_BSDFDEBUG_SMOOTHNESS (3)
#define UTS_BSDFDEBUG_METALLIC (4)
#define UTS_BSDFDEBUG_AMBIENT_OCCLUSION (5)
#define UTS_BSDFDEBUG_SPECULAR_OCCLUSION (6)
#define UTS_BSDFDEBUG_SPECULAR_COLOR (7)
#define UTS_BSDFDEBUG_ANISOTROPY (8)
#define UTS_BSDFDEBUG_HAIR_ROUGHNESS (9)
#define UTS_BSDFDEBUG_NORMAL_WS (10)
#endif