mirror of
https://github.com/LadybirdBrowser/ladybird.git
synced 2025-07-29 20:29:18 +00:00
LibWeb/WebGL2: Implement samplerParameter{i,f}
This commit is contained in:
parent
aa2eb7ac7d
commit
09ad685238
Notes:
github-actions[bot]
2025-01-08 14:57:55 +00:00
Author: https://github.com/Lubrsi
Commit: 09ad685238
Pull-request: https://github.com/LadybirdBrowser/ladybird/pull/2943
Reviewed-by: https://github.com/kalenikaliaksandr
2 changed files with 39 additions and 2 deletions
|
@ -391,8 +391,8 @@ interface mixin WebGL2RenderingContextBase {
|
|||
[FIXME] undefined deleteSampler(WebGLSampler? sampler);
|
||||
[FIXME] GLboolean isSampler(WebGLSampler? sampler); // [WebGLHandlesContextLoss]
|
||||
undefined bindSampler(GLuint unit, WebGLSampler? sampler);
|
||||
[FIXME] undefined samplerParameteri(WebGLSampler sampler, GLenum pname, GLint param);
|
||||
[FIXME] undefined samplerParameterf(WebGLSampler sampler, GLenum pname, GLfloat param);
|
||||
undefined samplerParameteri(WebGLSampler sampler, GLenum pname, GLint param);
|
||||
undefined samplerParameterf(WebGLSampler sampler, GLenum pname, GLfloat param);
|
||||
[FIXME] any getSamplerParameter(WebGLSampler sampler, GLenum pname);
|
||||
|
||||
// Sync objects
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue