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

@@ -17,7 +17,7 @@
#include "common/Assert.h"
#include "common/Platform.h"
#include "common/SwapChainUtils.h"
#include "nxt/nxt_wsi.h"
#include "dawn/dawn_wsi.h"
// Glad needs to be included before GLFW otherwise it complain that GL.h was already included
#include "glad/glad.h"