Add a temporary define to help rename nxt:: to dawn::
This commit is contained in:
parent
a22335c2b7
commit
141c0be317
|
@ -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"] %}
|
||||
|
|
Loading…
Reference in New Issue