From 44d26feba521091641efb65f65c16a2e641d8814 Mon Sep 17 00:00:00 2001 From: AdrienBouvais Date: Tue, 19 May 2026 07:41:50 +0200 Subject: [PATCH] . --- README.md | 1 - 1 file changed, 1 deletion(-) diff --git a/README.md b/README.md index d11cfe2..2742e61 100644 --- a/README.md +++ b/README.md @@ -54,7 +54,6 @@ pub fn main(init: std.process.Init) !void { } // 5. Initialize raw GPU Buffers - // We pass the EnumSet inline using `.initMany` since the Enum itself isn't exported const byte_size = len * @sizeOf(f16); const buf_a = try GpuBuffer.init(gloc, byte_size, .initMany(&.{ .Storage, .CopyDst, .CopySrc })); const buf_b = try GpuBuffer.init(gloc, byte_size, .initMany(&.{ .Storage, .CopyDst, .CopySrc }));