-
Notifications
You must be signed in to change notification settings - Fork 6
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;
}
toji and mwyrzykowski
Metadata
Metadata
Assignees
Labels
No labels