Add ImGui
- Initial ImGui commit, add support for showing demo window in Copium Engine
This commit is contained in:
@@ -27,6 +27,8 @@ namespace Copium
|
||||
Device();
|
||||
~Device();
|
||||
|
||||
uint32_t GetGraphicsQueueFamily() const;
|
||||
uint32_t GetPresentQueueFamily() const;
|
||||
VkQueue GetGraphicsQueue() const;
|
||||
VkQueue GetPresentQueue() const;
|
||||
VkCommandPool GetCommandPool() const;
|
||||
|
||||
Reference in New Issue
Block a user