Option Strict On
Option Explicit On

Namespace Nexamas.UI.Rendering

    ''' <summary>
    ''' Readiness flags for the Surface Material Designer integration layer.
    ''' </summary>
    Friend Enum MASSurfaceMaterialDesignerIntegrationStatus
        Ready = 0
        MissingMaterialCatalog = 1
        MissingProfileCatalog = 2
        MissingSlotCatalog = 3
        MissingNativeProfile = 4
        MissingAssignmentDetails = 5
        SnapshotMissingProfileFacts = 6
        SnapshotMissingSlotFacts = 7
        GateMissingNativeProfileProtection = 8
    End Enum

End Namespace
