Joel Nordström

Results 7 issues of 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...

analysis required
bug:gpu-state
non-reproducible
stale

- 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...

Not a Defect

### 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". ![image](https://github.com/user-attachments/assets/8cad6f8f-9c0e-4b8a-9344-f8410deef1a6) ### Version 0.1208 Beta...

bug