gpu: use refAllDeclsRecursive to find and fix mistakes

This commit is contained in:
alichraghi 2022-07-20 21:04:45 +04:30 committed by Stephen Gutekanst
parent 6cd965e953
commit 348733867c
2 changed files with 2 additions and 43 deletions

View file

@ -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,
};