Files
ladybird/Libraries/LibWeb/WebGL/WebGL2RenderingContext.cpp
Luke Wilde 216d5b33be LibWeb/WebGL: Enforce minimum size when resizing existing context
Previously the enforcement was only done on creation. Not enforcing it
on change would cause a crash if the canvas width/height was set to
zero or less.
2025-01-08 17:55:17 +03:00

5.5 KiB