Indicate in MAPPABLE_PRIMARY_BUFFER docs that it it only supported on

vulkan, dx12, and metal.
This commit is contained in:
Imbris 2022-10-29 23:23:08 -04:00 committed by Connor Fitzgerald
parent f018e9539b
commit 688643d2b6

View File

@ -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;