mirror of
https://github.com/RPCSX/rpcsx.git
synced 2026-01-02 22:59:59 +01:00
Drop off glEnable(GL_SCISSOR_TEST)
This commit is contained in:
parent
95cc6fb3bc
commit
0541482ee4
|
|
@ -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…
Reference in a new issue