all: fix issue with glfw vulkan createWindowSurface; update to new for loop syntax (#713)
This commit is contained in:
parent
5aecbb0ee6
commit
2b6f3fb1d9
14 changed files with 28 additions and 27 deletions
|
|
@ -21,7 +21,8 @@ pub const Transcoder = struct {
|
|||
const h = b.transcoder_init(src.ptr, @intCast(u32, src.len));
|
||||
return if (!b.transcoder_start_transcoding(h))
|
||||
error.Unknown
|
||||
else .{ .handle = h };
|
||||
else
|
||||
.{ .handle = h };
|
||||
}
|
||||
|
||||
pub fn deinit(self: Transcoder) void {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue