Fix OpenGL scaling and improve performance

This commit is contained in:
elasota
2020-10-14 19:02:55 -04:00
parent ad1912379a
commit 1e1c91915a
5 changed files with 47 additions and 15 deletions

View File

@@ -96,6 +96,7 @@
<ClCompile Include="GpFiberStarter_SDL.cpp" />
<ClCompile Include="GpFiber_SDL.cpp" />
<ClCompile Include="GpMain_SDL_Win32.cpp" />
<ClCompile Include="ShaderCode\CopyQuadP.cpp" />
<ClCompile Include="ShaderCode\DrawQuadPaletteP.cpp" />
<ClCompile Include="ShaderCode\DrawQuadV.cpp" />
<ClCompile Include="ShaderCode\ScaleQuadP.cpp" />