Moved hydra to its own namespace
This commit is contained in:
@@ -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:
|
||||
|
||||
Reference in New Issue
Block a user