Move src/backend to src/dawn_native

This commit is contained in:
Corentin Wallez
2018-07-24 13:53:51 +02:00
committed by Corentin Wallez
parent ff9626c751
commit d37523fbde
242 changed files with 865 additions and 865 deletions

View File

@@ -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>