mirror of
https://github.com/griffi-gh/kubi.git
synced 2024-11-10 01:28:41 -06:00
oops my screen is hdr only
This commit is contained in:
parent
abeef03d50
commit
9affee68c3
|
@ -83,7 +83,7 @@ impl Renderer {
|
||||||
});
|
});
|
||||||
|
|
||||||
let cb = ContextBuilder::new()
|
let cb = ContextBuilder::new()
|
||||||
.with_srgb(false)
|
//.with_srgb(false)
|
||||||
.with_depth_buffer(24)
|
.with_depth_buffer(24)
|
||||||
.with_multisampling(settings.msaa.unwrap_or_default())
|
.with_multisampling(settings.msaa.unwrap_or_default())
|
||||||
.with_vsync(settings.vsync)
|
.with_vsync(settings.vsync)
|
||||||
|
|
Loading…
Reference in a new issue