We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent eeee2a3 commit 1e5a922Copy full SHA for 1e5a922
1 file changed
src/backend/renderer/gles/mod.rs
@@ -1897,9 +1897,7 @@ impl GlesRenderer {
1897
.collect(),
1898
},
1899
destruction_callback_sender: self.destruction_callback_sender.clone(),
1900
- uniform_tint: self
1901
- .context
1902
- .gl
+ uniform_tint: gl
1903
.GetUniformLocation(debug_program, tint.as_ptr() as *const ffi::types::GLchar),
1904
})))
1905
}
0 commit comments