mirror of
https://github.com/servo/servo.git
synced 2025-08-06 22:15:33 +01:00
Add inline support to XRWebGLLayer
This commit is contained in:
parent
a64e02a451
commit
a1c1a16e98
2 changed files with 27 additions and 21 deletions
|
@ -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;
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue