gpu: convert *opaque -> opaque for Buffer
Signed-off-by: Stephen Gutekanst <stephen@hexops.com>
This commit is contained in:
parent
13038afb28
commit
1714f43e1f
9 changed files with 29 additions and 29 deletions
|
|
@ -24,7 +24,7 @@ pub const Queue = *opaque {
|
|||
Impl.queueSubmit(queue, command_count, commands);
|
||||
}
|
||||
|
||||
pub inline fn writeBuffer(queue: Queue, buffer: Buffer, buffer_offset: u64, data: *anyopaque, size: usize) void {
|
||||
pub inline fn writeBuffer(queue: Queue, buffer: *Buffer, buffer_offset: u64, data: *anyopaque, size: usize) void {
|
||||
Impl.queueWriteBuffer(queue, buffer, buffer_offset, data, size);
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue