1
Fork 0
mirror of https://github.com/RGBCube/serenity synced 2025-05-31 15:38:10 +00:00
serenity/Userland/Libraries/LibWeb/WebGL
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
..
Types.h LibWeb: Add the ability to retrieve a WebGL context from getContext 2022-06-13 21:45:27 +01:00
Types.idl LibWeb: Add the ability to retrieve a WebGL context from getContext 2022-06-13 21:45:27 +01:00
WebGLContextAttributes.cpp LibWeb: Add the ability to retrieve a WebGL context from getContext 2022-06-13 21:45:27 +01:00
WebGLContextAttributes.h LibWeb: Add the ability to retrieve a WebGL context from getContext 2022-06-13 21:45:27 +01:00
WebGLContextEvent.h
WebGLContextEvent.idl
WebGLRenderingContext.cpp LibWeb: Add the ability to retrieve a WebGL context from getContext 2022-06-13 21:45:27 +01:00
WebGLRenderingContext.h LibWeb: Add the ability to retrieve a WebGL context from getContext 2022-06-13 21:45:27 +01:00
WebGLRenderingContext.idl LibWeb: Add the ability to retrieve a WebGL context from getContext 2022-06-13 21:45:27 +01:00
WebGLRenderingContextBase.cpp LibWeb/WebGL: Forward the render context ref count to HTMLCanvasElement 2022-06-27 22:54:41 +01:00
WebGLRenderingContextBase.h LibWeb/WebGL: Forward the render context ref count to HTMLCanvasElement 2022-06-27 22:54:41 +01:00
WebGLRenderingContextBase.idl LibWeb/WebGL: Implement WebGLRenderingContextBase.depthRange() 2022-06-13 21:45:27 +01:00