mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-08-28 05:06:42 +00:00
Cosmetics.
This commit is contained in:
parent
9b4185ffdf
commit
4d9589b35f
6 changed files with 14 additions and 10 deletions
|
@ -36,7 +36,8 @@ static char s_vertex_shader[] =
|
|||
" uv0 = rawpos * src_rect.zw + src_rect.xy;\n"
|
||||
"}\n";
|
||||
|
||||
OpenGLPostProcessing::OpenGLPostProcessing() : m_initialized(false)
|
||||
OpenGLPostProcessing::OpenGLPostProcessing()
|
||||
: m_initialized(false)
|
||||
{
|
||||
CreateHeader();
|
||||
|
||||
|
|
|
@ -468,7 +468,7 @@ Renderer::Renderer()
|
|||
glClearDepthf = ClearDepthf;
|
||||
}
|
||||
|
||||
if (!(GLExtensions::Version() >= 320))
|
||||
if (GLExtensions::Version() < 320)
|
||||
{
|
||||
glFramebufferTexture = FramebufferTexture;
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue