WasmGPU - v0.4.0
    Preparing search index...

    Type Alias RendererDescriptor

    type RendererDescriptor = {
        antialias?: boolean;
        frustumCulling?: boolean;
        frustumCullingStats?: boolean;
        powerPreference?: "high-performance" | "low-power";
    }
    Index

    Properties

    antialias?: boolean
    frustumCulling?: boolean
    frustumCullingStats?: boolean
    powerPreference?: "high-performance" | "low-power"