-
Notifications
You must be signed in to change notification settings - Fork 5
Open
Description
Following pattern in https://github.com/gpuweb/gpuweb/blob/main/proposals/compatibility-mode.md#webgpu-spec-changes, I would suggest adding isXrCompatible to GPUAdapter as a convenience to the developer.
This way, the GPU adapter returned withawait navigator.gpu.getAdapter({xrCompatible: true}) will have the isXrCompatible property set to true.
partial interface GPUAdapter {
readonly attribute boolean isXrCompatible;
}Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels