mirror of
https://github.com/encounter/dawn-cmake.git
synced 2025-12-20 10:25:28 +00:00
Move src/backend to src/dawn_native
This commit is contained in:
committed by
Corentin Wallez
parent
ff9626c751
commit
d37523fbde
@@ -14,7 +14,7 @@
|
||||
|
||||
#include <gtest/gtest.h>
|
||||
|
||||
#include "backend/CommandAllocator.h"
|
||||
#include "dawn_native/CommandAllocator.h"
|
||||
|
||||
using namespace backend;
|
||||
|
||||
|
||||
@@ -14,8 +14,8 @@
|
||||
|
||||
#include <gtest/gtest.h>
|
||||
|
||||
#include "backend/Error.h"
|
||||
#include "backend/ErrorData.h"
|
||||
#include "dawn_native/Error.h"
|
||||
#include "dawn_native/ErrorData.h"
|
||||
|
||||
using namespace backend;
|
||||
|
||||
|
||||
@@ -14,7 +14,7 @@
|
||||
|
||||
#include <gtest/gtest.h>
|
||||
|
||||
#include "backend/PerStage.h"
|
||||
#include "dawn_native/PerStage.h"
|
||||
|
||||
using namespace backend;
|
||||
|
||||
|
||||
@@ -14,7 +14,7 @@
|
||||
|
||||
#include <gtest/gtest.h>
|
||||
|
||||
#include "backend/RefCounted.h"
|
||||
#include "dawn_native/RefCounted.h"
|
||||
|
||||
using namespace backend;
|
||||
|
||||
|
||||
@@ -14,8 +14,8 @@
|
||||
|
||||
#include <gtest/gtest.h>
|
||||
|
||||
#include "backend/RefCounted.h"
|
||||
#include "backend/ToBackend.h"
|
||||
#include "dawn_native/RefCounted.h"
|
||||
#include "dawn_native/ToBackend.h"
|
||||
|
||||
#include <type_traits>
|
||||
|
||||
|
||||
@@ -14,8 +14,8 @@
|
||||
|
||||
#include <gtest/gtest.h>
|
||||
|
||||
#include "backend/d3d12/d3d12_platform.h"
|
||||
#include "backend/d3d12/TextureCopySplitter.h"
|
||||
#include "dawn_native/d3d12/d3d12_platform.h"
|
||||
#include "dawn_native/d3d12/TextureCopySplitter.h"
|
||||
#include "common/Assert.h"
|
||||
#include "common/Constants.h"
|
||||
#include "common/Math.h"
|
||||
|
||||
Reference in New Issue
Block a user