gpu: use refAllDeclsRecursive to find and fix mistakes
This commit is contained in:
parent
6cd965e953
commit
348733867c
2 changed files with 2 additions and 43 deletions
|
|
@ -18,10 +18,6 @@ pub inline fn release(bundle: RenderBundle) void {
|
|||
bundle.vtable.release(bundle.ptr);
|
||||
}
|
||||
|
||||
pub inline fn setLabel(bundle: RenderBundle, label: [:0]const u8) void {
|
||||
bundle.vtable.setLabel(bundle.ptr, label);
|
||||
}
|
||||
|
||||
pub const Descriptor = struct {
|
||||
label: ?[*:0]const u8 = null,
|
||||
};
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue