-
Notifications
You must be signed in to change notification settings - Fork 772
Open
Description
This is a task to audit components for their support related to webgpu and webgl renderers
This will be:
both
if it supports both outright (rare because of imports)
both-imports
: if all we need to do is handle importing
both-minor
: if it can support both with minor work
both-major
: If it can but will take work
webgl
: If this is webgl only. Many materials will be here
webgpu
: this a WebGPURenderer
only component
`webgpu-only' : this is webgpu only, not just the renderer but also the backend.
Not sure where to put the audit doc yet
Metadata
Metadata
Assignees
Labels
No labels
Type
Projects
Status
Todo