Skip to content

Commit

Permalink
add a missing include to wgpu_entry_dawn.c
Browse files Browse the repository at this point in the history
  • Loading branch information
floooh committed May 10, 2024
1 parent 7a296f6 commit 7b85538
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions wgpu/wgpu_entry_dawn.cc
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,7 @@
#include "webgpu/webgpu_cpp.h"
#include "webgpu/webgpu_glfw.h"
#include "wgpu_entry.h"
#include "stdio.h"

static WGPUSurface glfw_create_surface_for_window(WGPUInstance instance, void* glfw_window) {
wgpuInstanceReference(instance);
Expand Down

0 comments on commit 7b85538

Please sign in to comment.