Add inline support to XRWebGLLayer

This commit is contained in:
Manish Goregaokar 2019-12-05 14:28:13 -08:00
parent a64e02a451
commit a1c1a16e98
2 changed files with 27 additions and 21 deletions

View file

@ -30,7 +30,7 @@ interface XRWebGLLayer {
readonly attribute boolean stencil;
readonly attribute boolean alpha;
readonly attribute WebGLFramebuffer framebuffer;
readonly attribute WebGLFramebuffer? framebuffer;
readonly attribute unsigned long framebufferWidth;
readonly attribute unsigned long framebufferHeight;