Moved hydra to its own namespace

This commit is contained in:
2023-08-05 21:14:53 -07:00
parent b157b66d1a
commit 04e0ada271
76 changed files with 324 additions and 263 deletions

View File

@@ -51,7 +51,7 @@ public:
void create(KRDevice& device, VkFormat swapChainImageFormat, VkFormat depthImageFormat, const RenderPassInfo& info);
void destroy(KRDevice& device);
void begin(VkCommandBuffer& commandBuffer, KRSurface& surface, const Vector4& clearColor);
void begin(VkCommandBuffer& commandBuffer, KRSurface& surface, const hydra::Vector4& clearColor);
void end(VkCommandBuffer& commandBuffer);
// private: