macro_rules! gfx_if_vulkan {
    ( $call:expr ) => { ... };
}
Available on crate feature vulkan and non-WebAssembly and crate feature wgpu only.