working on queues
This commit is contained in:
14
src/soft/SoftQueue.zig
git.filemode.normal_file
14
src/soft/SoftQueue.zig
git.filemode.normal_file
@@ -0,0 +1,14 @@
|
||||
const std = @import("std");
|
||||
const vk = @import("vulkan");
|
||||
const base = @import("base");
|
||||
|
||||
const SoftDeviceMemory = @import("SoftDeviceMemory.zig");
|
||||
const SoftFence = @import("SoftFence.zig");
|
||||
|
||||
const VkError = base.VkError;
|
||||
|
||||
const Self = @This();
|
||||
pub const Interface = base.Queue;
|
||||
|
||||
interface: Interface,
|
||||
mutex: std.Thread.Mutex,
|
||||
Reference in New Issue
Block a user