Add a temporary define to help rename nxt:: to dawn::

This commit is contained in:
Corentin Wallez 2018-07-18 11:37:49 +02:00 committed by Corentin Wallez
parent a22335c2b7
commit 141c0be317

View File

@ -19,6 +19,9 @@
#include "nxt/EnumClassBitmasks.h" #include "nxt/EnumClassBitmasks.h"
// Temporary define to rename NXT to Dawn
#define dawn nxt
namespace nxt { namespace nxt {
{% for type in by_category["enum"] %} {% for type in by_category["enum"] %}