mirror of
https://github.com/LadybirdBrowser/ladybird
synced 2026-04-27 02:05:07 +02:00
LibWeb/WebGL: Implement getRenderbufferParameter()
This commit is contained in:
committed by
Jelle Raaijmakers
parent
9375660b64
commit
82dfa69e4e
Notes:
github-actions[bot]
2025-11-27 14:53:23 +00:00
Author: https://github.com/gmta Commit: https://github.com/LadybirdBrowser/ladybird/commit/82dfa69e4e9 Pull-request: https://github.com/LadybirdBrowser/ladybird/pull/6941
@@ -88,6 +88,7 @@ public:
|
||||
WebIDL::UnsignedLong get_error();
|
||||
JS::Value get_program_parameter(GC::Root<WebGLProgram> program, WebIDL::UnsignedLong pname);
|
||||
Optional<String> get_program_info_log(GC::Root<WebGLProgram> program);
|
||||
JS::Value get_renderbuffer_parameter(WebIDL::UnsignedLong target, WebIDL::UnsignedLong pname);
|
||||
JS::Value get_shader_parameter(GC::Root<WebGLShader> shader, WebIDL::UnsignedLong pname);
|
||||
GC::Root<WebGLShaderPrecisionFormat> get_shader_precision_format(WebIDL::UnsignedLong shadertype, WebIDL::UnsignedLong precisiontype);
|
||||
Optional<String> get_shader_info_log(GC::Root<WebGLShader> shader);
|
||||
|
||||
Reference in New Issue
Block a user