There was an error while loading. Please reload this page.
1 parent c6b2cb1 commit eba5fdcCopy full SHA for eba5fdc
1 file changed
src/backend/renderer/gles/profiler.rs
@@ -191,6 +191,7 @@ mod imp {
191
pub fn new(gl: &ffi::Gles2, extensions: &[String]) -> Self {
192
let has_timer_query = extensions.iter().any(|ext| ext == "GL_EXT_disjoint_timer_query");
193
if !has_timer_query {
194
+ warn!("GPU profiling enabled but GL_EXT_disjoint_timer_query is not supported");
195
return Self { pool: None };
196
}
197
0 commit comments