Namespace refactoring to avoid prefixing everything with Vulkan
This commit is contained in:
@@ -1,7 +1,7 @@
|
||||
#include "SceneView.h"
|
||||
#include "SceneRenderPath.h"
|
||||
|
||||
Seele::SceneView::SceneView(PGraphics graphics)
|
||||
Seele::SceneView::SceneView(Gfx::PGraphics graphics)
|
||||
: View(graphics)
|
||||
{
|
||||
renderer = new SceneRenderPath(graphics);
|
||||
|
||||
Reference in New Issue
Block a user