vendor:vulkan: Remove unused core:c import.

This commit is contained in:
Jeroen van Rijn
2021-09-23 14:21:12 +02:00
parent 6a86b3c82b
commit c0437330e9
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 {