mirror of
https://github.com/LadybirdBrowser/ladybird.git
synced 2025-07-31 05:09:12 +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
|
@ -842,6 +842,7 @@ class WebGLObject;
|
|||
class WebGLProgram;
|
||||
class WebGLRenderbuffer;
|
||||
class WebGLRenderingContext;
|
||||
class WebGLSampler;
|
||||
class WebGLShader;
|
||||
class WebGLShaderPrecisionFormat;
|
||||
class WebGLTexture;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue