linux: update to latest vulkan-zig API; fix build
Signed-off-by: Stephen Gutekanst <stephen@hexops.com>
This commit is contained in:
parent
130c474874
commit
2a7e6049fd
10 changed files with 188 additions and 175 deletions
|
|
@ -16,7 +16,7 @@ fn getProcAddress(name_ptr: [*:0]const u8) c.PROC {
|
|||
}
|
||||
|
||||
pub fn init() !void {
|
||||
libgl = try std.DynLib.openZ("opengl32.dll");
|
||||
libgl = try std.DynLib.open("opengl32.dll");
|
||||
}
|
||||
|
||||
pub fn deinit() void {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue