rhodonite
    Preparing search index...

    Interface ComponentTypeEnum

    interface ComponentTypeEnum {
        index: number;
        str: string;
        symbol: symbol;
        webgpu: string;
        wgsl: string;
        getSizeInBytes(): number;
        isFloatingPoint(): boolean;
        isInteger(): boolean;
        isUnsignedInteger(): boolean;
        toJSON(): number;
        toString(): string;
    }

    Hierarchy (View Summary)

    Index

    Properties

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

    Methods