NB_FX
This commit is contained in:
13
Packages/NB_FX/NBShaders2/Runtime/NBShaderFeatureTier.cs
Normal file
13
Packages/NB_FX/NBShaders2/Runtime/NBShaderFeatureTier.cs
Normal file
@@ -0,0 +1,13 @@
|
||||
namespace NBShader
|
||||
{
|
||||
/// <summary>
|
||||
/// Runtime NBShader feature tiers, ordered from the smallest keyword budget to the full feature set.
|
||||
/// </summary>
|
||||
public enum NBShaderFeatureTier
|
||||
{
|
||||
Low = 0,
|
||||
Medium = 1,
|
||||
High = 2,
|
||||
Ultra = 3
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user