mirror of
https://github.com/encounter/dawn-cmake.git
synced 2025-12-14 23:56:16 +00:00
Rename files in src/include nxt -> dawn
This commit is contained in:
committed by
Corentin Wallez
parent
046cb46bee
commit
3e371b146d
@@ -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;
|
||||
|
||||
@@ -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
|
||||
|
||||
@@ -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"
|
||||
|
||||
@@ -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"
|
||||
|
||||
@@ -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"
|
||||
|
||||
|
||||
Reference in New Issue
Block a user