rhodonite
    Preparing search index...

    Interface TextureParameterEnum

    interface TextureParameterEnum {
        index: number;
        str: string;
        symbol: symbol;
        webgpu: string;
        toJSON(): number;
        toString(): string;
    }

    Hierarchy (View Summary)

    Index

    Properties

    Methods

    Properties

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

    Methods