LibWeb: Add WebGLBuffer

This commit is contained in:
Jelle Raaijmakers 2024-11-13 09:35:57 +01:00 committed by Andreas Kling
parent e6ee7f3e64
commit b21857b265
Notes: github-actions[bot] 2024-11-13 10:43:35 +00:00
8 changed files with 56 additions and 1 deletions

View file

@ -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();