adding VK_KHR_get_physical_device_properties2 and bug fixes
This commit is contained in:
@@ -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 {
|
||||
|
||||
Reference in New Issue
Block a user