mirror of
https://github.com/gfx-rs/wgpu.git
synced 2024-11-23 07:14:01 +00:00
Indicate in MAPPABLE_PRIMARY_BUFFER docs that it it only supported on
vulkan, dx12, and metal.
This commit is contained in:
parent
f018e9539b
commit
688643d2b6
@ -317,7 +317,9 @@ bitflags::bitflags! {
|
|||||||
/// the consequences.
|
/// the consequences.
|
||||||
///
|
///
|
||||||
/// Supported platforms:
|
/// Supported platforms:
|
||||||
/// - All
|
/// - Vulkan
|
||||||
|
/// - DX12
|
||||||
|
/// - Metal
|
||||||
///
|
///
|
||||||
/// This is a native only feature.
|
/// This is a native only feature.
|
||||||
const MAPPABLE_PRIMARY_BUFFERS = 1 << 16;
|
const MAPPABLE_PRIMARY_BUFFERS = 1 << 16;
|
||||||
|
Loading…
Reference in New Issue
Block a user