mirror of
https://github.com/zebrajr/ladybird.git
synced 2025-12-06 00:19:53 +01:00
LibWeb/WebGL: Enable robust resource initialization
By default, allocated resources are uninitialized. This setting enables their initialization.
This commit is contained in:
parent
2a11670ef0
commit
426cd455bc
|
|
@ -108,6 +108,8 @@ OwnPtr<OpenGLContext> OpenGLContext::create(NonnullRefPtr<Gfx::SkiaBackendContex
|
|||
webgl_version == WebGLVersion::WebGL1 ? 2 : 3,
|
||||
EGL_CONTEXT_WEBGL_COMPATIBILITY_ANGLE,
|
||||
EGL_TRUE,
|
||||
EGL_ROBUST_RESOURCE_INITIALIZATION_ANGLE,
|
||||
EGL_TRUE,
|
||||
EGL_CONTEXT_OPENGL_BACKWARDS_COMPATIBLE_ANGLE,
|
||||
EGL_FALSE,
|
||||
EGL_NONE,
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user