macro_rules! gfx_if_gles {
    ( $call:expr ) => { ... };
}
Available on crate features wgpu and gles only.