video_core: Amend misplaced forward declarations
ShaderProgramManager was placed within the wrong namespace. Backend simply isn't necessary, so it can be removed.
This commit is contained in:
		| @@ -13,10 +13,6 @@ namespace Frontend { | |||||||
| class EmuWindow; | class EmuWindow; | ||||||
| } | } | ||||||
|  |  | ||||||
| namespace FrameDumper { |  | ||||||
| class Backend; |  | ||||||
| } |  | ||||||
|  |  | ||||||
| class RendererBase : NonCopyable { | class RendererBase : NonCopyable { | ||||||
| public: | public: | ||||||
|     explicit RendererBase(Frontend::EmuWindow& window); |     explicit RendererBase(Frontend::EmuWindow& window); | ||||||
|   | |||||||
| @@ -33,9 +33,8 @@ namespace Frontend { | |||||||
| class EmuWindow; | class EmuWindow; | ||||||
| } | } | ||||||
|  |  | ||||||
| class ShaderProgramManager; |  | ||||||
|  |  | ||||||
| namespace OpenGL { | namespace OpenGL { | ||||||
|  | class ShaderProgramManager; | ||||||
|  |  | ||||||
| class RasterizerOpenGL : public VideoCore::RasterizerInterface { | class RasterizerOpenGL : public VideoCore::RasterizerInterface { | ||||||
| public: | public: | ||||||
|   | |||||||
		Reference in New Issue
	
	Block a user