WebXR Logo

WebGPU Sample Pages

Does my browser support WebXR with WebGPU?

Your browser supports WebXR and WebGPU, but does not support the necessary feature to display WebGPU content in WebXR. However you can still run WebXR experiences built with WebGL!

Sample pages demonstrating how to use various aspects of the WebXR API with WebGPU.

Barebones VR

No Dependencies

Extremely simple use of "immersive-vr" sessions with no library dependencies. Doesn't render anything exciting.

Barebones AR

No Dependencies

Extremely simple use of "immersive-ar" sessions with no library dependencies. Doesn't render anything exciting.

Models used in these samples come from Poly, and many were modeled in Blocks.
They are stored and loaded using the glTF 2.0 format.
Attribution for individual models can be found under the media/gltf folders for this repository.

View samples source on GitHub