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

@@ -66,7 +66,7 @@ namespace detail {
class Expectation;
}
namespace nxt { namespace wire {
namespace dawn { namespace wire {
class CommandHandler;
class TerribleCommandBuffer;
}} // namespace dawn::wire

View File

@@ -16,7 +16,7 @@
#include "dawn/EnumClassBitmasks.h"
namespace nxt {
namespace dawn {
enum class Color : uint32_t {
R = 1,
@@ -90,4 +90,4 @@ namespace nxt {
ASSERT_FALSE(HasZeroOrOneBits(static_cast<Color>(Color::B | Color::A)));
}
}
} // namespace dawn

View File

@@ -20,7 +20,7 @@
#include "wire/Wire.h"
using namespace testing;
using namespace nxt::wire;
using namespace dawn::wire;
// Definition of a "Lambda predicate matcher" for GMock to allow checking deep structures
// are passed correctly by the wire.