Minor refactors

This commit is contained in:
2026-05-22 23:34:25 +02:00
parent ad80fb4fd9
commit fd311b97e7
6 changed files with 145 additions and 118 deletions

View File

@@ -692,7 +692,7 @@ pub const BufferCreateInfo = struct {
pub const CommandBufferAllocateInfo = struct {
queue_type: QueueType,
level: vk.CommandBufferLevel,
level: vk.CommandBufferLevel = .primary,
};
pub const CommandBufferFreeInfo = struct {