From 3689ee803b3531f75ac110f65f45b00c8c6e3842 Mon Sep 17 00:00:00 2001 From: JMS55 <47158642+JMS55@users.noreply.github.com> Date: Sat, 27 Jan 2024 12:36:30 -0800 Subject: [PATCH] Add note about DX12 compat --- wgpu-types/src/lib.rs | 1 + 1 file changed, 1 insertion(+) diff --git a/wgpu-types/src/lib.rs b/wgpu-types/src/lib.rs index 5055419ee3..37fdd83905 100644 --- a/wgpu-types/src/lib.rs +++ b/wgpu-types/src/lib.rs @@ -867,6 +867,7 @@ bitflags::bitflags! { /// /// Supported platforms: /// - Vulkan + /// - DX12 (emulated via Rg32Sint and Rg32Uint textures) /// /// This is a native only feature. const TEXTURE_FORMAT_R64INT = 1 << 65;