mirror of
https://github.com/encounter/dawn-cmake.git
synced 2025-12-16 08:27:05 +00:00
Rename generated files nxt -> dawn
This commit is contained in:
committed by
Corentin Wallez
parent
39039fa317
commit
046cb46bee
@@ -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>
|
||||
|
||||
@@ -14,7 +14,7 @@
|
||||
|
||||
#include <gtest/gtest.h>
|
||||
|
||||
#include "nxt/nxtcpp.h"
|
||||
#include "dawn/dawncpp.h"
|
||||
|
||||
class Object : public dawn::ObjectBase<Object, int*> {
|
||||
public:
|
||||
|
||||
@@ -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"
|
||||
|
||||
@@ -14,7 +14,7 @@
|
||||
|
||||
#include "tests/unittests/validation/ValidationTest.h"
|
||||
|
||||
#include "nxt/nxt.h"
|
||||
#include "dawn/dawn.h"
|
||||
|
||||
namespace backend {
|
||||
namespace null {
|
||||
|
||||
@@ -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(); \
|
||||
|
||||
Reference in New Issue
Block a user