Joel Nordström
Joel Nordström
"Diff" är ett mycket vedertaget begrepp i mina kretsar, och skulle potentiellt kunna stå för det halvsvenska "differens", men "skillnad" är tydligt svenskt.
If I create a framebuffer, drop it, and create a second framebuffer, the second framebuffer is broken. During the call to `Framebuffer::new`, GL_INVALID_OPERATION is emitted, and the returned framebuffer won't...
- What I did: Ran the following code in Sway ```rust use anyhow::Context as _; use glutin::{ event::{Event, WindowEvent}, event_loop::ControlFlow, }; use luminance_front::context::GraphicsContext; use luminance_glutin::GlutinSurface; fn main() -> anyhow::Result {...
Found myself wanting to use a stencil test during a recent game jam, but luminance doesn't seem to currently support it.
# Bug Report ### 🔎 Search Terms ### 🕗 Version & Regression Information - This is the behavior in every version I tried, and I reviewed the FAQ for entries...
### Discord Thread https://discord.com/channels/828292123936948244/1301807360532287489 ### What happened? When carry out is Z, it's displayed as 0 in the validation footer, leading to this confusing "error".  ### Version 0.1208 Beta...