Namespace refactoring to avoid prefixing everything with Vulkan
This commit is contained in:
@@ -1,6 +1,6 @@
|
||||
#include "SceneRenderPath.h"
|
||||
|
||||
Seele::SceneRenderPath::SceneRenderPath(PGraphics graphics)
|
||||
Seele::SceneRenderPath::SceneRenderPath(Gfx::PGraphics graphics)
|
||||
: RenderPath(graphics)
|
||||
{
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user