Get rid of 'Detected a linear (sRGBA aware) framebuffer. egui prefers Rgba8Unorm or Bgra8Unorm' warning · Issue #6863 · emilk/egui · GitHub
More Web Proxy on the site http://driver.im/
You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Unless I'm highly mistaken, this warning https://github.com/emilk/egui/blame/f2ce6424f3a32f47308fb9871d540c01377b2cd9/crates/egui-wgpu/src/renderer.rs#L346-L351 is quite outdated right? egui can handle srgb render attachments perfectly fine, it just means you don't apply
linear_from_gamma_rgb
in the shader.The text was updated successfully, but these errors were encountered: