mirror of
https://github.com/hrydgard/ppsspp.git
synced 2025-04-02 11:01:50 -04:00
Script mesa3d enable for HW Tesselation
By default mesa3d run Opengl 3.0 context and GLSL 1.30 so we needed force Opengl 3.3 context and run Ok HW tesselation this script is workaround for that function work in mesa3d
This commit is contained in:
parent
33b0e81014
commit
28931216b0
1 changed files with 5 additions and 0 deletions
5
tesselationhwON-mesa3drun.sh
Normal file
5
tesselationhwON-mesa3drun.sh
Normal file
|
@ -0,0 +1,5 @@
|
|||
#!/bin/sh
|
||||
echo "We need force Opengl 3.3 Compatibility context for run HW tesselation in mesa3d open source"
|
||||
MESA_GL_VERSION_OVERRIDE=3.3COMPAT
|
||||
export MESA_GL_VERSION_OVERRIDE
|
||||
./PPSSPPSDL
|
Loading…
Add table
Reference in a new issue