X-Git-Url: https://codewiz.org/gitweb?p=mandelwow.git;a=blobdiff_plain;f=main.rs;h=d4e38b79198cc34d079a0e2622232da8815263f3;hp=aee2e868873135d1ac9e66812d54c0cac9e9fcde;hb=e909401ee19ae946d8888dc3aa75d269f408fb92;hpb=8c4dafcdc1b1edc686f02df6e9a53b10e1ca1bf0 diff --git a/main.rs b/main.rs index aee2e86..d4e38b7 100644 --- a/main.rs +++ b/main.rs @@ -69,8 +69,10 @@ fn main() { //.with_fullscreen(glutin::get_primary_monitor()) .with_depth_buffer(24) .with_vsync() + .with_srgb(Some(true)) .with_title(format!("MandelWow")) .build_glium() + //.build_glium_debug(glium::debug::DebugCallbackBehavior::PrintAll) .unwrap(); gl_info(&display);