mirror of
https://github.com/hrydgard/ppsspp.git
synced 2026-09-05 04:05:27 +02:00
Remove accidentally-added extra "precision highp float" from vshader gen
This commit is contained in:
@@ -135,7 +135,6 @@ enum DoLightComputation {
|
||||
|
||||
void GenerateVertexShader(int prim, char *buffer) {
|
||||
char *p = buffer;
|
||||
WRITE(p, "precision highp float;\n");
|
||||
|
||||
#define USE_FOR_LOOP
|
||||
|
||||
|
||||
Reference in New Issue
Block a user