[Webkit-unassigned] [Bug 222607] Implement WebXR Opaque Framebuffer

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Sat Mar 6 05:15:45 PST 2021


https://bugs.webkit.org/show_bug.cgi?id=222607

--- Comment #9 from Dean Jackson <dino at apple.com> ---
Comment on attachment 422371
  --> https://bugs.webkit.org/attachment.cgi?id=422371
Patch

View in context: https://bugs.webkit.org/attachment.cgi?id=422371&action=review

> Source/WebCore/platform/xr/PlatformXR.h:102
> +    virtual Optional<LayerHandle> createLayerProjection(uint32_t width, uint32_t height, bool alpha) = 0;
> +    virtual void deleteLayer(LayerHandle) = 0;

We're trying to find a better way to do this so that it is picked up by our EWS bots, but could you add empty implementations of these to PlatformXRCocoa.h? Otherwise the Apple builds fail when we have ENABLE_WEBXR turned on. It's off by default, so you don't see the compilation errors - we might have to enable it on the bots to avoid this.

-- 
You are receiving this mail because:
You are the assignee for the bug.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.webkit.org/pipermail/webkit-unassigned/attachments/20210306/d8f1748f/attachment.htm>


More information about the webkit-unassigned mailing list