mirror of
https://github.com/LadybirdBrowser/ladybird.git
synced 2025-08-11 18:50:50 +00:00
LibWeb/WebGL: Implement drawingBufferWidth and drawingBufferHeight
This commit is contained in:
parent
4dc65c57a0
commit
c199be061a
Notes:
github-actions[bot]
2024-12-13 08:21:09 +00:00
Author: https://github.com/kalenikaliaksandr
Commit: c199be061a
Pull-request: https://github.com/LadybirdBrowser/ladybird/pull/2878
Reviewed-by: https://github.com/ADKaster
Reviewed-by: https://github.com/gmta
5 changed files with 32 additions and 2 deletions
|
@ -32,8 +32,8 @@ interface mixin WebGLRenderingContextBase {
|
|||
|
||||
// FIXME: The type should be (HTMLCanvasElement or OffscreenCanvas).
|
||||
[ImplementedAs=canvas_for_binding] readonly attribute HTMLCanvasElement canvas;
|
||||
[FIXME] readonly attribute GLsizei drawingBufferWidth;
|
||||
[FIXME] readonly attribute GLsizei drawingBufferHeight;
|
||||
readonly attribute GLsizei drawingBufferWidth;
|
||||
readonly attribute GLsizei drawingBufferHeight;
|
||||
[FIXME] readonly attribute GLenum drawingBufferFormat;
|
||||
|
||||
[FIXME] attribute PredefinedColorSpace drawingBufferColorSpace;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue