Minor refactors
This commit is contained in:
@@ -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 {
|
||||
|
||||
Reference in New Issue
Block a user