Skip to content

Commit

Permalink
Indicate in MAPPABLE_PRIMARY_BUFFER docs that it it only supported on
Browse files Browse the repository at this point in the history
vulkan, dx12, and metal.
  • Loading branch information
Imberflur authored and cwfitzgerald committed Nov 2, 2022
1 parent f018e95 commit 688643d
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion wgpu-types/src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -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;
Expand Down

0 comments on commit 688643d

Please sign in to comment.