Rename generated files nxt -> dawn

This commit is contained in:
Corentin Wallez
2018-07-18 14:28:38 +02:00
committed by Corentin Wallez
parent 39039fa317
commit 046cb46bee
51 changed files with 60 additions and 60 deletions

View File

@@ -12,7 +12,7 @@
// See the License for the specific language governing permissions and
// limitations under the License.
#include "nxt/nxtcpp.h"
#include "dawn/dawncpp.h"
#include <gtest/gtest.h>
#include <memory>

View File

@@ -14,7 +14,7 @@
#include <gtest/gtest.h>
#include "nxt/nxtcpp.h"
#include "dawn/dawncpp.h"
class Object : public dawn::ObjectBase<Object, int*> {
public:

View File

@@ -13,7 +13,7 @@
// limitations under the License.
#include "gtest/gtest.h"
#include "mock/mock_nxt.h"
#include "mock/mock_dawn.h"
#include "common/Assert.h"
#include "wire/TerribleCommandBuffer.h"

View File

@@ -14,7 +14,7 @@
#include "tests/unittests/validation/ValidationTest.h"
#include "nxt/nxt.h"
#include "dawn/dawn.h"
namespace backend {
namespace null {

View File

@@ -16,8 +16,8 @@
#define TESTS_UNITTESTS_VALIDATIONTEST_H_
#include "gtest/gtest.h"
#include "nxt/nxtcpp.h"
#include "nxt/nxtcpp_traits.h"
#include "dawn/dawncpp.h"
#include "dawn/dawncpp_traits.h"
#define ASSERT_DEVICE_ERROR(statement) \
StartExpectDeviceError(); \