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 full)

Properties

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

Methods