Rename the nxt namespace to dawn

This commit is contained in:
Corentin Wallez
2018-07-18 14:44:20 +02:00
committed by Corentin Wallez
parent 05c90ee4cb
commit ae79c03d45
21 changed files with 102 additions and 105 deletions

View File

@@ -14,7 +14,7 @@
#include "dawncpp.h"
namespace nxt {
namespace dawn {
{% for type in by_category["enum"] + by_category["bitmask"] %}
{% set CppType = as_cppType(type.name) %}