fixing linter errors
This commit is contained in:
@@ -1,8 +1,6 @@
|
||||
const std = @import("std");
|
||||
const vk = @import("vulkan");
|
||||
|
||||
const NonDispatchable = @import("NonDispatchable.zig");
|
||||
|
||||
const VkError = @import("error_set.zig").VkError;
|
||||
|
||||
const Device = @import("Device.zig");
|
||||
@@ -37,6 +35,7 @@ pub fn init(device: *Device, allocator: std.mem.Allocator, info: *const vk.Query
|
||||
.owner = device,
|
||||
.query_type = info.query_type,
|
||||
.queries = queries,
|
||||
// SAFETY: the backend assigns the vtable before returning the query pool.
|
||||
.vtable = undefined,
|
||||
};
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user