mirror of
https://github.com/encounter/dawn-cmake.git
synced 2025-12-16 08:27:05 +00:00
Rename the nxt namespace to dawn
This commit is contained in:
committed by
Corentin Wallez
parent
05c90ee4cb
commit
ae79c03d45
@@ -66,7 +66,7 @@ namespace detail {
|
||||
class Expectation;
|
||||
}
|
||||
|
||||
namespace nxt { namespace wire {
|
||||
namespace dawn { namespace wire {
|
||||
class CommandHandler;
|
||||
class TerribleCommandBuffer;
|
||||
}} // namespace dawn::wire
|
||||
|
||||
@@ -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
|
||||
|
||||
@@ -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.
|
||||
|
||||
Reference in New Issue
Block a user