mirror of
https://github.com/Ed94/Odin.git
synced 2026-08-26 11:00:35 +00:00
Correct vulkan headers
This commit is contained in:
Vendored
+2
@@ -3,6 +3,8 @@
|
||||
//
|
||||
package vulkan
|
||||
|
||||
import "core:c"
|
||||
|
||||
// Procedure Types
|
||||
|
||||
ProcAllocationFunction :: #type proc "system" (pUserData: rawptr, size: int, alignment: int, allocationScope: SystemAllocationScope) -> rawptr
|
||||
|
||||
Reference in New Issue
Block a user