diff --git a/wgpu-types/src/lib.rs b/wgpu-types/src/lib.rs index ec5b0dd8a3..683298f3c3 100644 --- a/wgpu-types/src/lib.rs +++ b/wgpu-types/src/lib.rs @@ -317,7 +317,9 @@ bitflags::bitflags! { /// the consequences. /// /// Supported platforms: - /// - All + /// - Vulkan + /// - DX12 + /// - Metal /// /// This is a native only feature. const MAPPABLE_PRIMARY_BUFFERS = 1 << 16;