Skip to content

Commit

Permalink
Add add_srgb_suffix (vladbat00#220)
Browse files Browse the repository at this point in the history
  • Loading branch information
frewsxcv authored and Schmarni-Dev committed Dec 23, 2023
1 parent 3a2cdca commit 545ff69
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/render_systems.rs
Original file line number Diff line number Diff line change
Expand Up @@ -221,7 +221,7 @@ pub fn queue_pipelines_system(
.iter()
.filter_map(|(window_id, window)| {
let key = EguiPipelineKey {
texture_format: window.swap_chain_texture_format?,
texture_format: window.swap_chain_texture_format?.add_srgb_suffix(),
};
let pipeline_id = pipelines.specialize(&pipeline_cache, &egui_pipeline, key);

Expand Down

0 comments on commit 545ff69

Please sign in to comment.