From 9b4e89e7bcca53d1520c37791c65a64b02772a64 Mon Sep 17 00:00:00 2001 From: Stephen Gutekanst Date: Mon, 25 Jul 2022 03:54:04 -0700 Subject: [PATCH] gpu: README: update naming rules Signed-off-by: Stephen Gutekanst --- gpu/README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/gpu/README.md b/gpu/README.md index 53781a9b..e57413da 100644 --- a/gpu/README.md +++ b/gpu/README.md @@ -102,6 +102,7 @@ The rules for translating `webgpu.h` are as follows: * `undefined` -> `undef` * `null` -> `nul` * `error` -> `err` + * `type` -> `typ` * Constant names map using a few simple rules, but it's easiest to describe them with some concrete examples: * `RG11B10Ufloat -> rg11_b10_ufloat` * `Depth24PlusStencil8 -> depth24_plus_stencil8`