LibWeb/WebGL2: Implement createSampler

This commit is contained in:
Luke Wilde 2024-12-13 14:06:57 +00:00 committed by Alexander Kalenik
commit 8a9d1de1cf
Notes: github-actions[bot] 2024-12-14 08:10:32 +00:00
4 changed files with 14 additions and 1 deletions

View file

@ -113,6 +113,7 @@ static bool is_platform_object(Type const& type)
"WebGLProgram"sv,
"WebGLRenderbuffer"sv,
"WebGLRenderingContext"sv,
"WebGLSampler"sv,
"WebGLShader"sv,
"WebGLShaderPrecisionFormat"sv,
"WebGLTexture"sv,