Merge pull request #1191 from Kelimion/vulkan-fix

vendor:vulkan: Remove unused core:c import.
This commit is contained in:
Jeroen van Rijn
2021-09-23 05:29:53 -07:00
committed by GitHub
2 changed files with 0 additions and 4 deletions

View File

@@ -521,8 +521,6 @@ BASE = """
// Vulkan wrapper generated from "https://raw.githubusercontent.com/KhronosGroup/Vulkan-Headers/master/include/vulkan/vulkan_core.h"
//
package vulkan
import "core:c"
"""[1::]

View File

@@ -2,8 +2,6 @@
// Vulkan wrapper generated from "https://raw.githubusercontent.com/KhronosGroup/Vulkan-Headers/master/include/vulkan/vulkan_core.h"
//
package vulkan
import "core:c"
API_VERSION_1_0 :: (1<<22) | (0<<12) | (0)
MAKE_VERSION :: proc(major, minor, patch: u32) -> u32 {