mirror of
https://github.com/encounter/dawn-cmake.git
synced 2025-12-17 08:57:26 +00:00
Rename NXTHelpers to DawnHelpers
This commit is contained in:
committed by
Corentin Wallez
parent
d148aebf3f
commit
f684040e0a
@@ -13,7 +13,7 @@
|
||||
// limitations under the License.
|
||||
|
||||
#include "tests/unittests/validation/ValidationTest.h"
|
||||
#include "utils/NXTHelpers.h"
|
||||
#include "utils/DawnHelpers.h"
|
||||
|
||||
class BindGroupValidationTest : public ValidationTest {
|
||||
};
|
||||
|
||||
@@ -14,7 +14,7 @@
|
||||
|
||||
#include "tests/unittests/validation/ValidationTest.h"
|
||||
|
||||
#include "utils/NXTHelpers.h"
|
||||
#include "utils/DawnHelpers.h"
|
||||
|
||||
// Maximums for NXT, tests will start failing when this changes
|
||||
static constexpr uint32_t kMaxVertexAttributes = 16u;
|
||||
|
||||
@@ -15,7 +15,7 @@
|
||||
#include "tests/unittests/validation/ValidationTest.h"
|
||||
|
||||
#include "common/Constants.h"
|
||||
#include "utils/NXTHelpers.h"
|
||||
#include "utils/DawnHelpers.h"
|
||||
|
||||
#include <gmock/gmock.h>
|
||||
|
||||
|
||||
@@ -15,7 +15,7 @@
|
||||
#include "tests/unittests/validation/ValidationTest.h"
|
||||
|
||||
#include "common/Constants.h"
|
||||
#include "utils/NXTHelpers.h"
|
||||
#include "utils/DawnHelpers.h"
|
||||
|
||||
class RenderPipelineValidationTest : public ValidationTest {
|
||||
protected:
|
||||
|
||||
@@ -16,7 +16,7 @@
|
||||
|
||||
#include "tests/unittests/validation/ValidationTest.h"
|
||||
|
||||
#include "utils/NXTHelpers.h"
|
||||
#include "utils/DawnHelpers.h"
|
||||
|
||||
class VertexBufferValidationTest : public ValidationTest {
|
||||
protected:
|
||||
|
||||
Reference in New Issue
Block a user