gpu: correct header includes
Signed-off-by: Stephen Gutekanst <stephen@hexops.com>
This commit is contained in:
parent
06dfca4fd3
commit
8b7d810450
2 changed files with 1 additions and 2 deletions
|
|
@ -1,5 +1,4 @@
|
||||||
pub const c = @cImport({
|
pub const c = @cImport({
|
||||||
@cInclude("dawn/webgpu.h");
|
@cInclude("dawn/webgpu.h");
|
||||||
@cInclude("dawn/dawn_proc.h");
|
@cInclude("dawn/dawn_proc.h");
|
||||||
@cInclude("dawn_native_mach.h");
|
|
||||||
});
|
});
|
||||||
|
|
|
||||||
|
|
@ -1,5 +1,5 @@
|
||||||
#include <dawn/native/DawnNative.h>
|
#include <dawn/native/DawnNative.h>
|
||||||
#include "dawn_native_mach.h"
|
#include "mach_dawn.h"
|
||||||
|
|
||||||
#ifdef __cplusplus
|
#ifdef __cplusplus
|
||||||
extern "C" {
|
extern "C" {
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue