skia
    Preparing search index...

    Interface SlotInfo

    Collection of slot IDs sorted by value type

    interface SlotInfo {
        colorSlotIDs: string[];
        imageSlotIDs: string[];
        scalarSlotIDs: string[];
        textSlotIDs: string[];
        vec2SlotIDs: string[];
    }
    Index

    Properties

    colorSlotIDs: string[]
    imageSlotIDs: string[]
    scalarSlotIDs: string[]
    textSlotIDs: string[]
    vec2SlotIDs: string[]