RSX Code Reference
    Preparing search index...
    • rsx
    • HLSLParameterInput

    Type Alias HLSLParameterInput

    type HLSLParameterInput = {
        name: string;
        note?: string;
        type: HLSLType | Type;
    }
    Index
    name: string
    note?: string
    type: HLSLType | Type