Skip to content
Closed
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion ZEngine/ZEngine/Hardwares/VulkanDevice.h
Original file line number Diff line number Diff line change
Expand Up @@ -479,7 +479,7 @@ namespace ZEngine::Hardwares

struct CommandBufferManager
{
void Initialize(VulkanDevice* device, uint8_t swapchain_image_count = 3, int thread_count = 1);
void Initialize(VulkanDevice* device, int thread_count = 1);
void Deinitialize();
CommandBuffer* GetCommandBuffer(uint8_t frame_index, bool begin = true);
CommandBuffer* GetInstantCommandBuffer(Rendering::QueueType type, uint8_t frame_index, bool begin = true);
Expand Down