Skip to content

[Feature] Configuring dawn toggles #1

@oAnblu

Description

@oAnblu

Other webgpu implementations for node/bun (e.g node-webgpu) allow specifying dawn toggles. I'd like this to be added to bun-webgpu too.

maybe something like:

import { setupGlobals } from "bun-webgpu";
setupGlobals({ toggles: ["verbose=1"] }); // or { args: ["verbose=1"] } maybe?

// do webgpu stuff

Metadata

Metadata

Assignees

No one assigned

    Labels

    enhancementNew feature or requesthelp wantedExtra attention is needed

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions