From 417d5649c509e33e4ace472da831397554cb8558 Mon Sep 17 00:00:00 2001 From: Anders Bakken Date: Thu, 30 Jan 2025 21:52:21 -0800 Subject: [PATCH] Wagyu is a custom implementation of webgpu.h used by Netflix. --- doc/articles/Extensions.md | 1 + 1 file changed, 1 insertion(+) diff --git a/doc/articles/Extensions.md b/doc/articles/Extensions.md index 3ac2401..cbf14b4 100644 --- a/doc/articles/Extensions.md +++ b/doc/articles/Extensions.md @@ -61,6 +61,7 @@ If an implementation does not have an assigned prefix and block, it **should** b | wgpu-native | `Wgpu` | `0x0003_????` | - | Emscripten | `Emscripten` | `0x0004_????` | - | Dawn | `Dawn` | `0x0005_????` | - +| Wagyu | `Wagyu` | `0x0006_????` | - Note all negative values (values with the most-significant bit set to 1) are reserved for future use.