Optmize shader structure
This commit is contained in:
9
Runtime/Models/ShadingMode.cs
Normal file
9
Runtime/Models/ShadingMode.cs
Normal file
@@ -0,0 +1,9 @@
|
||||
namespace Misaki.HdrpToon
|
||||
{
|
||||
internal enum ShadingMode
|
||||
{
|
||||
ThreeColorStep,
|
||||
SDF,
|
||||
Ramp
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user