Files
ladybird/Userland/Libraries/LibWeb/WebGL/WebGLRenderingContextBase.cpp
Luke Wilde 0ec8a19a34 LibWeb/WebGL: Forward the render context ref count to HTMLCanvasElement
This allows HTMLCanvasElement and WebGL rendering contexts to share
their lifetime, as JS allows them to arbitrarily access them at any
time and WebGLRCB.canvas expects a non-null return value.
2022-06-27 22:54:41 +01:00

11 KiB