-
Notifications
You must be signed in to change notification settings - Fork 0
Open
Labels
enhancementNew feature or requestNew feature or requesthelp wantedExtra attention is neededExtra attention is needed
Description
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 stuffkommander
Metadata
Metadata
Assignees
Labels
enhancementNew feature or requestNew feature or requesthelp wantedExtra attention is neededExtra attention is needed