mirror of
https://github.com/LadybirdBrowser/ladybird.git
synced 2025-05-30 06:52:52 +00:00
LibWeb: Add WebGLBuffer
This commit is contained in:
parent
e6ee7f3e64
commit
b21857b265
Notes:
github-actions[bot]
2024-11-13 10:43:35 +00:00
Author: https://github.com/gmta
Commit: b21857b265
Pull-request: https://github.com/LadybirdBrowser/ladybird/pull/2308
8 changed files with 56 additions and 1 deletions
|
@ -11,7 +11,7 @@
|
|||
namespace Web::WebGL {
|
||||
|
||||
class WebGLObject : public Bindings::PlatformObject {
|
||||
WEB_PLATFORM_OBJECT(WebGLRenderingContextBase, Bindings::PlatformObject);
|
||||
WEB_PLATFORM_OBJECT(WebGLObject, Bindings::PlatformObject);
|
||||
|
||||
public:
|
||||
virtual ~WebGLObject();
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue