CARVIEW |
Select Language
HTTP/2 200
date: Wed, 23 Jul 2025 20:37:18 GMT
content-type: text/html; charset=utf-8
vary: X-PJAX, X-PJAX-Container, Turbo-Visit, Turbo-Frame, X-Requested-With,Accept-Encoding, Accept, X-Requested-With
x-repository-download: git clone https://github.com/immersive-web/webxr.git
etag: W/"098e36a338488a6aa746b2931f5f2e04"
cache-control: max-age=0, private, must-revalidate
strict-transport-security: max-age=31536000; includeSubdomains; preload
x-frame-options: deny
x-content-type-options: nosniff
x-xss-protection: 0
referrer-policy: no-referrer-when-downgrade
content-security-policy: default-src 'none'; base-uri 'self'; child-src github.githubassets.com github.com/assets-cdn/worker/ github.com/assets/ gist.github.com/assets-cdn/worker/; connect-src 'self' uploads.github.com www.githubstatus.com collector.github.com raw.githubusercontent.com api.github.com github-cloud.s3.amazonaws.com github-production-repository-file-5c1aeb.s3.amazonaws.com github-production-upload-manifest-file-7fdce7.s3.amazonaws.com github-production-user-asset-6210df.s3.amazonaws.com *.rel.tunnels.api.visualstudio.com wss://*.rel.tunnels.api.visualstudio.com objects-origin.githubusercontent.com copilot-proxy.githubusercontent.com proxy.individual.githubcopilot.com proxy.business.githubcopilot.com proxy.enterprise.githubcopilot.com *.actions.githubusercontent.com wss://*.actions.githubusercontent.com productionresultssa0.blob.core.windows.net/ productionresultssa1.blob.core.windows.net/ productionresultssa2.blob.core.windows.net/ productionresultssa3.blob.core.windows.net/ productionresultssa4.blob.core.windows.net/ productionresultssa5.blob.core.windows.net/ productionresultssa6.blob.core.windows.net/ productionresultssa7.blob.core.windows.net/ productionresultssa8.blob.core.windows.net/ productionresultssa9.blob.core.windows.net/ productionresultssa10.blob.core.windows.net/ productionresultssa11.blob.core.windows.net/ productionresultssa12.blob.core.windows.net/ productionresultssa13.blob.core.windows.net/ productionresultssa14.blob.core.windows.net/ productionresultssa15.blob.core.windows.net/ productionresultssa16.blob.core.windows.net/ productionresultssa17.blob.core.windows.net/ productionresultssa18.blob.core.windows.net/ productionresultssa19.blob.core.windows.net/ github-production-repository-image-32fea6.s3.amazonaws.com github-production-release-asset-2e65be.s3.amazonaws.com insights.github.com wss://alive.github.com api.githubcopilot.com api.individual.githubcopilot.com api.business.githubcopilot.com api.enterprise.githubcopilot.com; font-src github.githubassets.com; form-action 'self' github.com gist.github.com copilot-workspace.githubnext.com objects-origin.githubusercontent.com; frame-ancestors 'none'; frame-src viewscreen.githubusercontent.com notebooks.githubusercontent.com; img-src 'self' data: blob: github.githubassets.com media.githubusercontent.com camo.githubusercontent.com identicons.github.com avatars.githubusercontent.com private-avatars.githubusercontent.com github-cloud.s3.amazonaws.com objects.githubusercontent.com release-assets.githubusercontent.com secured-user-images.githubusercontent.com/ user-images.githubusercontent.com/ private-user-images.githubusercontent.com opengraph.githubassets.com copilotprodattachments.blob.core.windows.net/github-production-copilot-attachments/ github-production-user-asset-6210df.s3.amazonaws.com customer-stories-feed.github.com spotlights-feed.github.com objects-origin.githubusercontent.com *.githubusercontent.com; manifest-src 'self'; media-src github.com user-images.githubusercontent.com/ secured-user-images.githubusercontent.com/ private-user-images.githubusercontent.com github-production-user-asset-6210df.s3.amazonaws.com gist.github.com; script-src github.githubassets.com; style-src 'unsafe-inline' github.githubassets.com; upgrade-insecure-requests; worker-src github.githubassets.com github.com/assets-cdn/worker/ github.com/assets/ gist.github.com/assets-cdn/worker/
server: github.com
content-encoding: gzip
accept-ranges: bytes
set-cookie: _gh_sess=w6Xrd4Huds9%2BlGTPmL4if%2F17NqxenWoTQFrt05GEHBl4JwF4qOTXz3rCnZ%2FE3IvKkAhg0DQzZFOElgUoixRv%2FvMd6c%2Bsh3MKNNd91fulnxzG9RA5QTRXJf%2BiTGeXii6SOhbeOpg4ugtmL%2FLCVs4aQM8eIgMnlqT8wNcHErTQlGvEDA0E0IxZwZ1Y%2FCH62eJ0hnBhrlH0C%2BqcCMeQmaJFzQXoi2yGg7STLGPKRY1LZWxZuhXutnIdZJTJbSyDD3bHEe6Ijur1IKO4TGlh2B9SpA%3D%3D--T76hDrIWk9yLHKev--iDJEr7zrvJ2mLo7dkkrMww%3D%3D; Path=/; HttpOnly; Secure; SameSite=Lax
set-cookie: _octo=GH1.1.734918756.1753303037; Path=/; Domain=github.com; Expires=Thu, 23 Jul 2026 20:37:17 GMT; Secure; SameSite=Lax
set-cookie: logged_in=no; Path=/; Domain=github.com; Expires=Thu, 23 Jul 2026 20:37:17 GMT; HttpOnly; Secure; SameSite=Lax
x-github-request-id: A3E0:36131:10A83E7:13CE8CC:688147FD
Single-canvas inline, drop XRPresentationContext (#656) · immersive-web/webxr@3d5d45a · GitHub
Skip to content
Navigation Menu
{{ message }}
-
Notifications
You must be signed in to change notification settings - Fork 401
Commit 3d5d45a
authored
Single-canvas inline, drop XRPresentationContext (#656)
This change adds a path for using a single WebGL canvas to drive inline
sessions, rather than needing both a WebGL context and an
XRPresentationContext before the inline session can function. With this
change `XRWebGLLayer`s will automatically stop allocating a framebuffer
with inline sessions, which causes WebGL commands to naturally "fall through"
to the underlying default framebuffer.
In addition to the above, this change removes the XRPresentationContext
entirely, and along with it the ability to do desktop mirroring (and
more advanced inline scenarios.) This is to simplify the core API, and
equivalent functionality will be reconsidered in the future because the
functionality that they represent is valuable.1 parent f3cd523 commit 3d5d45aCopy full SHA for 3d5d45a
File tree
Expand file treeCollapse file tree
3 files changed
+67
-113
lines changedFilter options
Expand file treeCollapse file tree
3 files changed
+67
-113
lines changed+11-61Lines changed: 11 additions & 61 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
365 | 365 |
| |
366 | 366 |
| |
367 | 367 |
| |
368 |
| - | |
369 |
| - | |
370 |
| - | |
371 |
| - | |
372 |
| - | |
373 |
| - | |
374 |
| - | |
375 |
| - | |
376 |
| - | |
377 |
| - | |
378 |
| - | |
379 |
| - | |
380 |
| - | |
381 |
| - | |
382 |
| - | |
383 |
| - | |
384 |
| - | |
385 |
| - | |
386 |
| - | |
387 |
| - | |
388 |
| - | |
389 |
| - | |
390 |
| - | |
391 |
| - | |
392 |
| - | |
393 |
| - | |
394 |
| - | |
395 |
| - | |
396 |
| - | |
397 |
| - | |
398 |
| - | |
399 |
| - | |
400 |
| - | |
401 |
| - | |
402 |
| - | |
| 368 | + | |
403 | 369 |
| |
404 | 370 |
| |
405 | 371 |
| |
406 | 372 |
| |
407 |
| - | |
| 373 | + | |
408 | 374 |
| |
409 | 375 |
| |
410 | 376 |
| |
411 | 377 |
| |
412 | 378 |
| |
413 | 379 |
| |
414 |
| - | |
415 |
| - | |
416 |
| - | |
| 380 | + | |
417 | 381 |
| |
418 | 382 |
| |
419 | 383 |
| |
420 |
| - | |
421 |
| - | |
422 | 384 |
| |
423 | 385 |
| |
424 | 386 |
| |
425 |
| - | |
426 |
| - | |
427 |
| - | |
428 |
| - | |
429 | 387 |
| |
430 | 388 |
| |
431 | 389 |
| |
432 | 390 |
| |
433 |
| - | |
434 |
| - | |
435 |
| - | |
436 |
| - | |
437 |
| - | |
438 |
| - | |
| 391 | + | |
| 392 | + | |
| 393 | + | |
| 394 | + | |
| 395 | + | |
| 396 | + | |
439 | 397 |
| |
440 | 398 |
| |
441 | 399 |
| |
| |||
543 | 501 |
| |
544 | 502 |
| |
545 | 503 |
| |
546 |
| - | |
| 504 | + | |
547 | 505 |
| |
548 | 506 |
| |
549 | 507 |
| |
| |||
647 | 605 |
| |
648 | 606 |
| |
649 | 607 |
| |
650 |
| - | |
651 | 608 |
| |
652 | 609 |
| |
653 | 610 |
| |
654 | 611 |
| |
655 | 612 |
| |
656 | 613 |
| |
657 | 614 |
| |
658 |
| - | |
659 | 615 |
| |
660 | 616 |
| |
661 | 617 |
| |
| |||
696 | 652 |
| |
697 | 653 |
| |
698 | 654 |
| |
| 655 | + | |
699 | 656 |
| |
700 | 657 |
| |
701 | 658 |
| |
| |||
748 | 705 |
| |
749 | 706 |
| |
750 | 707 |
| |
751 |
| - | |
752 |
| - | |
753 |
| - | |
754 |
| - | |
755 |
| - | |
756 |
| - | |
757 |
| - | |
758 | 708 |
|
You can’t perform that action at this time.
0 commit comments