LibWeb/WebGL: Implement getShaderPrecisionFormat

This commit is contained in:
Luke Wilde 2024-12-05 15:14:44 +00:00 committed by Alexander Kalenik
commit bf2b8c5f2b
Notes: github-actions[bot] 2024-12-05 20:42:25 +00:00
8 changed files with 59 additions and 11 deletions

View file

@ -841,6 +841,7 @@ class WebGLProgram;
class WebGLRenderbuffer;
class WebGLRenderingContext;
class WebGLShader;
class WebGLShaderPrecisionFormat;
class WebGLTexture;
class WebGLUniformLocation;
}