mirror of
https://github.com/fergalmoran/ladybird.git
synced 2025-12-24 02:09:28 +00:00
LibWeb: Save OpenGL handle in WebGLObject
This commit is contained in:
committed by
Alexander Kalenik
parent
46cbbda944
commit
cfb394cad3
@@ -12,7 +12,7 @@ namespace Web::WebGL {
|
||||
GC_DEFINE_ALLOCATOR(WebGLRenderbuffer);
|
||||
|
||||
WebGLRenderbuffer::WebGLRenderbuffer(JS::Realm& realm)
|
||||
: WebGLObject(realm)
|
||||
: WebGLObject(realm, 0)
|
||||
{
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user