Interface WTCGLRendererParams

A list of hardware limit values.

interface WTCGLRendererParams {
    maxAnisotropy: number;
    maxTextureUnits: number;
}

Properties

maxAnisotropy: number
maxTextureUnits: number