Files
com.misaki.hdrp-toon/Runtime/HDRP/UTS Renderer/Debug/UTSDebug.cs.hlsl
2024-08-15 17:00:11 +09:00

24 lines
688 B
HLSL

//
// 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