Option Strict On
Option Explicit On

Namespace Nexamas.UI.Rendering

    Friend Enum MASSurfaceMaterialAdoptionStatus
        Unknown = 0
        SlotAdoptionReady = 1
        MissingConsumerSlotCatalog = 2
        BlockedByComponentExplicitRuntimeBypass = 3
        BlockedByMissingSlotRuntimeGateway = 4
        BlockedByConsumerSlotMappingGap = 5
    End Enum

End Namespace
