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

@@ -15,7 +15,7 @@
#ifndef UTILS_BACKENDBINDING_H_
#define UTILS_BACKENDBINDING_H_
#include <nxt/nxt_wsi.h>
#include <dawn/dawn_wsi.h>
struct GLFWwindow;
typedef struct nxtProcTable_s nxtProcTable;

View File

@@ -15,7 +15,7 @@
#include "utils/BackendBinding.h"
#include "common/Assert.h"
#include "nxt/nxt_wsi.h"
#include "dawn/dawn_wsi.h"
#include "GLFW/glfw3.h"
#define GLFW_EXPOSE_NATIVE_WIN32

View File

@@ -16,7 +16,7 @@
#include "common/Assert.h"
#include "common/SwapChainUtils.h"
#include "nxt/nxt_wsi.h"
#include "dawn/dawn_wsi.h"
#define GLFW_EXPOSE_NATIVE_COCOA
#include "GLFW/glfw3.h"

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"

View File

@@ -16,7 +16,7 @@
#include "common/Assert.h"
#include "common/vulkan_platform.h"
#include "nxt/nxt_wsi.h"
#include "dawn/dawn_wsi.h"
#include "GLFW/glfw3.h"