working on Wayland surfaces
Build / build (push) Successful in 1m41s
Test / build_and_test (push) Successful in 35m15s

This commit is contained in:
2026-05-04 03:35:53 +02:00
parent f87fae29e8
commit ed50a39cb4
17 changed files with 357 additions and 44 deletions
+1 -1
View File
@@ -23,7 +23,7 @@ pub fn init(device: *Device, allocator: std.mem.Allocator, info: *const vk.Image
const image = try device.createImage(allocator, info);
errdefer image.destroy(allocator);
const requirements: vk.MemoryRequirements = undefined;
var requirements: vk.MemoryRequirements = undefined;
try image.getMemoryRequirements(&requirements);
const memory = try device.allocateMemory(allocator, &.{