gpu: fix tests
Signed-off-by: Stephen Gutekanst <stephen@hexops.com>
This commit is contained in:
parent
3589e9cbaf
commit
1ce40e1b46
14 changed files with 84 additions and 84 deletions
|
|
@ -32,11 +32,11 @@ pub const Queue = opaque {
|
|||
Impl.queueWriteTexture(queue, data, data_size, data_layout, write_size);
|
||||
}
|
||||
|
||||
pub inline fn reference(queue: Queue) void {
|
||||
pub inline fn reference(queue: *Queue) void {
|
||||
Impl.queueReference(queue);
|
||||
}
|
||||
|
||||
pub inline fn release(queue: Queue) void {
|
||||
pub inline fn release(queue: *Queue) void {
|
||||
Impl.queueRelease(queue);
|
||||
}
|
||||
};
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue