mirror of
https://github.com/gfx-rs/wgpu.git
synced 2026-04-22 03:02:01 -04:00
Update outdated notice of GL being unsupported (#3638)
This commit is contained in:
@@ -135,7 +135,8 @@ bitflags::bitflags! {
|
||||
pub struct Backends: u32 {
|
||||
/// Supported on Windows, Linux/Android, and macOS/iOS via Vulkan Portability (with the Vulkan feature enabled)
|
||||
const VULKAN = 1 << Backend::Vulkan as u32;
|
||||
/// Currently unsupported
|
||||
/// Supported on Linux/Android, the web through webassembly via WebGL, and Windows and
|
||||
/// macOS/iOS via ANGLE
|
||||
const GL = 1 << Backend::Gl as u32;
|
||||
/// Supported on macOS/iOS
|
||||
const METAL = 1 << Backend::Metal as u32;
|
||||
|
||||
Reference in New Issue
Block a user