mirror of
https://github.com/LadybirdBrowser/ladybird.git
synced 2025-07-29 12:19:54 +00:00
LibWeb/WebGL: Implement getAttachedShaders
This commit is contained in:
parent
aa99853a5c
commit
4cb5a980e5
Notes:
github-actions[bot]
2025-01-21 20:38:24 +00:00
Author: https://github.com/Lubrsi
Commit: 4cb5a980e5
Pull-request: https://github.com/LadybirdBrowser/ladybird/pull/3239
Reviewed-by: https://github.com/awesomekling
Reviewed-by: https://github.com/kalenikaliaksandr
2 changed files with 29 additions and 1 deletions
|
@ -106,7 +106,7 @@ interface mixin WebGLRenderingContextBase {
|
|||
|
||||
WebGLActiveInfo? getActiveAttrib(WebGLProgram program, GLuint index);
|
||||
WebGLActiveInfo? getActiveUniform(WebGLProgram program, GLuint index);
|
||||
[FIXME] sequence<WebGLShader>? getAttachedShaders(WebGLProgram program);
|
||||
sequence<WebGLShader>? getAttachedShaders(WebGLProgram program);
|
||||
|
||||
GLint getAttribLocation(WebGLProgram program, DOMString name);
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue