namespace NBShader { /// /// Runtime NBShader feature tiers, ordered from the smallest keyword budget to the full feature set. /// public enum NBShaderFeatureTier { Low = 0, Medium = 1, High = 2, Ultra = 3 } }