From 141c0be3174466400843f294821652ab9f3f70dd Mon Sep 17 00:00:00 2001 From: Corentin Wallez Date: Wed, 18 Jul 2018 11:37:49 +0200 Subject: [PATCH] Add a temporary define to help rename nxt:: to dawn:: --- generator/templates/apicpp.h | 3 +++ 1 file changed, 3 insertions(+) diff --git a/generator/templates/apicpp.h b/generator/templates/apicpp.h index bf24030d2e..2aaa701676 100644 --- a/generator/templates/apicpp.h +++ b/generator/templates/apicpp.h @@ -19,6 +19,9 @@ #include "nxt/EnumClassBitmasks.h" +// Temporary define to rename NXT to Dawn +#define dawn nxt + namespace nxt { {% for type in by_category["enum"] %}