mirror of
https://github.com/RPCS3/rpcs3.git
synced 2025-01-29 00:33:01 +00:00
Merge pull request #345 from raven02/patch-28
Drop off scissor test enable on OnInitThread()
This commit is contained in:
commit
ba08d25517
@ -615,7 +615,6 @@ void GLGSRender::OnInitThread()
|
||||
InitProcTable();
|
||||
|
||||
glEnable(GL_TEXTURE_2D);
|
||||
glEnable(GL_SCISSOR_TEST);
|
||||
glEnable(GL_VERTEX_PROGRAM_POINT_SIZE);
|
||||
glGenTextures(1, &g_depth_tex);
|
||||
glGenTextures(1, &g_flip_tex);
|
||||
|
Loading…
x
Reference in New Issue
Block a user