parent
203d571c8b
commit
2382425198
1 changed files with 0 additions and 1 deletions
|
@ -64,7 +64,6 @@ impl WebGlPainter {
|
|||
|
||||
let srgb_supported = matches!(gl.get_extension("EXT_sRGB"), Ok(Some(_)));
|
||||
|
||||
#[allow(clippy::branches_sharing_code)]
|
||||
let (texture_format, program, post_process) = if srgb_supported {
|
||||
let vert_shader = compile_shader(
|
||||
&gl,
|
||||
|
|
Loading…
Reference in a new issue