Rename files in src/include nxt -> dawn

This commit is contained in:
Corentin Wallez
2018-07-18 14:32:45 +02:00
committed by Corentin Wallez
parent 046cb46bee
commit 3e371b146d
17 changed files with 15 additions and 15 deletions

View File

@@ -13,7 +13,7 @@
// limitations under the License.
#include <dawn/dawncpp.h>
#include <nxt/nxt_wsi.h>
#include <dawn/dawn_wsi.h>
bool InitSample(int argc, const char** argv);
void DoFlush();