MozillaReality / WebXR-emulator-extension

WebXR emulator extension
Mozilla Public License 2.0
454 stars 55 forks source link

gl.getContextAttributes().xrCompatible is not set... #242

Open krpano opened 4 years ago

krpano commented 4 years ago

Missing emulation of xrCompatible.

Testcase:

var gl = document.createElement("canvas").getContext("webgl", {xrCompatible:true});
console.log(gl.getContextAttributes().xrCompatible);