core: Namespace EmuWindow

Gets the class out of the global namespace.
This commit is contained in:
Lioncash
2018-08-11 20:20:19 -04:00
committed by fearlessTobi
parent bbc8fd7165
commit 6e22891761
14 changed files with 39 additions and 20 deletions

View File

@@ -43,7 +43,7 @@ static bool IsVendorAmd() {
return gpu_vendor == "ATI Technologies Inc." || gpu_vendor == "Advanced Micro Devices, Inc.";
}
RasterizerOpenGL::RasterizerOpenGL(EmuWindow& window)
RasterizerOpenGL::RasterizerOpenGL(Frontend::EmuWindow& window)
: is_amd(IsVendorAmd()), shader_dirty(true),
vertex_buffer(GL_ARRAY_BUFFER, VERTEX_BUFFER_SIZE, is_amd),
uniform_buffer(GL_UNIFORM_BUFFER, UNIFORM_BUFFER_SIZE, false),