Interface CompressionTextureTypeEnum

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

Hierarchy (view full)

  • EnumIO
    • CompressionTextureTypeEnum

Properties

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

Methods