[Soft] fixing 32bits support because I have free will
Mirror Gitea refs to GitHub / mirror (push) Successful in 11s
Test / build_and_test (push) Successful in 5m47s
Build / build (push) Successful in 7m13s

This commit is contained in:
2026-07-30 02:21:36 +02:00
parent 1042b4a422
commit b7629ef4d7
9 changed files with 92 additions and 27 deletions
+1
View File
@@ -128,6 +128,7 @@ pub fn create(device: *base.Device, allocator: std.mem.Allocator, info: *const v
self.* = .{
.interface = interface,
// SAFETY: the command allocator is initialized after the object is constructed
.command_allocator = undefined,
.commands = .empty,
};