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

@@ -17,7 +17,7 @@
#include <type_traits>
namespace nxt {
namespace dawn {
// std::underlying_type doesn't work in old GLIBC still used in Chrome
#define CR_GLIBCXX_4_7_0 20120322
@@ -157,6 +157,6 @@ namespace nxt {
l = l ^ r;
return l;
}
} // namespace nxt
} // namespace dawn
#endif // NXT_ENUM_CLASS_BITMASKS_H_