mirror of
https://github.com/odin-lang/Odin.git
synced 2026-02-25 04:14:57 +00:00
vendor:vulkan: Remove unused core:c import.
This commit is contained in:
@@ -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::]
|
||||
|
||||
|
||||
|
||||
2
vendor/vulkan/core.odin
vendored
2
vendor/vulkan/core.odin
vendored
@@ -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 {
|
||||
|
||||
Reference in New Issue
Block a user