Option Strict On
Option Explicit On

Namespace Nexamas.UI.Rendering

    Friend Enum MASSurfaceTreatmentRuntimeSurfaceVisualApplicationStatus
        Unknown = 0
        ReadyForSurfaceVisualMaterialSelection = 1
        BlockedByUnsupportedConsumer = 2
        BlockedByIncompleteResolver = 3
        BlockedByInteractiveControlScope = 4
    End Enum

End Namespace
