From 489cc76c075048a7804c1eb67559038ee33e97ee Mon Sep 17 00:00:00 2001 From: Peter Gal Date: Wed, 5 Apr 2017 20:54:19 +0200 Subject: [PATCH] Specify GL ES version for the Android renderdoccmd For Android the minimum GL ES version must be configured in the AndroidManifest.xml so we would not end up with an old ES version. --- renderdoccmd/android/AndroidManifest.xml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/renderdoccmd/android/AndroidManifest.xml b/renderdoccmd/android/AndroidManifest.xml index fb075c3fd..773efa876 100644 --- a/renderdoccmd/android/AndroidManifest.xml +++ b/renderdoccmd/android/AndroidManifest.xml @@ -8,6 +8,9 @@ + + +