rhodonite
    Preparing search index...

    Interface CompositionTypeEnum

    interface CompositionTypeEnum {
        index: number;
        str: string;
        symbol: symbol;
        webgpu: string;
        wgsl: string;
        getGlslInitialValue(componentType: ComponentTypeEnum): string;
        getGlslStr(componentType: ComponentTypeEnum): string;
        getNumberOfComponents(): number;
        getVec4SizeOfProperty(): number;
        getWgslInitialValue(componentType: ComponentTypeEnum): string;
        toJSON(): number;
        toString(): string;
        toWGSLType(componentType: ComponentTypeEnum): string;
    }

    Hierarchy (View Summary)

    Index

    Properties

    index: number
    str: string
    symbol: symbol
    webgpu: string
    wgsl: string

    Methods