adding VK_KHR_get_physical_device_properties2 and bug fixes

This commit is contained in:
2025-12-17 17:39:20 +01:00
parent 48af5e31f0
commit 64af182ecc
13 changed files with 290 additions and 72 deletions

View File

@@ -38,7 +38,9 @@ pub const CommandCopyBuffer = struct {
};
pub const CommandCopyImage = struct {
src: *Image,
src_layout: vk.ImageLayout,
dst: *Image,
dst_layout: vk.ImageLayout,
regions: []const vk.ImageCopy,
};
pub const CommandDraw = struct {