mirror of
https://github.com/LadybirdBrowser/ladybird.git
synced 2025-09-01 23:26:36 +00:00
LibWeb/WebGL2: Implement getInternalformatParameter
This commit is contained in:
parent
ee500df7ec
commit
776328e2e7
Notes:
github-actions[bot]
2024-12-14 08:09:53 +00:00
Author: https://github.com/Lubrsi
Commit: 776328e2e7
Pull-request: https://github.com/LadybirdBrowser/ladybird/pull/2905
2 changed files with 26 additions and 1 deletions
|
@ -303,7 +303,7 @@ interface mixin WebGL2RenderingContextBase {
|
|||
[FIXME] undefined readBuffer(GLenum src);
|
||||
|
||||
// Renderbuffer objects
|
||||
[FIXME] any getInternalformatParameter(GLenum target, GLenum internalformat, GLenum pname);
|
||||
any getInternalformatParameter(GLenum target, GLenum internalformat, GLenum pname);
|
||||
[FIXME] undefined renderbufferStorageMultisample(GLenum target, GLsizei samples, GLenum internalformat, GLsizei width, GLsizei height);
|
||||
|
||||
// Texture objects
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue