mirror of
https://github.com/LadybirdBrowser/ladybird.git
synced 2025-07-29 12:19:54 +00:00
LibWeb/WebGL2: Implement createSampler
This commit is contained in:
parent
71521a7004
commit
8a9d1de1cf
Notes:
github-actions[bot]
2024-12-14 08:10:32 +00:00
Author: https://github.com/Lubrsi
Commit: 8a9d1de1cf
Pull-request: https://github.com/LadybirdBrowser/ladybird/pull/2905
4 changed files with 14 additions and 1 deletions
|
@ -7,6 +7,7 @@
|
|||
#import <WebGL/WebGLRenderingContextBase.idl>
|
||||
#import <WebGL/WebGLRenderingContextOverloads.idl>
|
||||
#import <WebGL/WebGLQuery.idl>
|
||||
#import <WebGL/WebGLSampler.idl>
|
||||
#import <WebGL/WebGLSync.idl>
|
||||
#import <WebGL/WebGLTransformFeedback.idl>
|
||||
#import <WebGL/WebGLTexture.idl>
|
||||
|
@ -386,7 +387,7 @@ interface mixin WebGL2RenderingContextBase {
|
|||
[FIXME] any getQueryParameter(WebGLQuery query, GLenum pname);
|
||||
|
||||
// Sampler Objects
|
||||
[FIXME] WebGLSampler createSampler();
|
||||
WebGLSampler createSampler();
|
||||
[FIXME] undefined deleteSampler(WebGLSampler? sampler);
|
||||
[FIXME] GLboolean isSampler(WebGLSampler? sampler); // [WebGLHandlesContextLoss]
|
||||
[FIXME] undefined bindSampler(GLuint unit, WebGLSampler? sampler);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue