rhodonite
    Preparing search index...

    Interface CompressionTextureTypeEnum

    interface CompressionTextureTypeEnum {
        blockInfo?: BlockInfo;
        index: number;
        str: string;
        symbol: symbol;
        webgpu?: string;
        toJSON(): number;
        toString(): string;
    }

    Hierarchy (View Summary)

    • EnumIO
      • CompressionTextureTypeEnum
    Index

    Properties

    blockInfo?: BlockInfo
    index: number
    str: string
    symbol: symbol
    webgpu?: string

    Methods