Skip to content

Commit

Permalink
Use only the internal header
Browse files Browse the repository at this point in the history
Using both resulted in warnings of redefined macros.

It seems to me that using the internal header is sufficient.
  • Loading branch information
pwaller committed Mar 11, 2020
1 parent 24b9b66 commit 7ad7349
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion v3.3/glfw/vulkan.go
Original file line number Diff line number Diff line change
@@ -1,7 +1,6 @@
package glfw

/*
#include "glfw/include/GLFW/glfw3.h"
#include "glfw/src/internal.h"
GLFWAPI VkResult glfwCreateWindowSurface(VkInstance instance, GLFWwindow* window, const VkAllocationCallbacks* allocator, VkSurfaceKHR* surface);
Expand Down

0 comments on commit 7ad7349

Please sign in to comment.