q5play
    Preparing search index...

    Variable WEBGPUConst

    WEBGPU: "webgpu"

    💻 Since WebGPU is the default renderer in JavaScript modules, it's not necessary to use this constant with Canvas, unless you want to make it explicit.

    await Canvas(200, 100, WEBGPU);
    background('silver');
    circle(0, 0, 80);