Optional ReadonlyfeaturesAdapter feature set queried before requesting optional renderer features.
Returns whether the adapter exposes the named WebGPU feature.
Requests a WebGPU device from this adapter.
Optionaldescriptor: objectOptional device descriptor passed through by the renderer.
Promise resolving to a WebGPU-compatible device.
Minimal WebGPU adapter shape used by WebGPURenderer.
Use this when injecting a custom adapter into WebGPURenderer.create without requiring ambient WebGPU DOM typings.