add GLShader:

- load shaders from assets
- start to move shaders to asset files
This commit is contained in:
Hannes Janetzek
2014-03-17 15:01:16 +01:00
parent 4205d42e7f
commit 18f6784e81
12 changed files with 521 additions and 70 deletions

View File

@@ -35,6 +35,7 @@ public class GdxAssetAdapter extends AssetAdapter {
try {
return file.read();
} catch (GdxRuntimeException e) {
e.printStackTrace();
return null;
}
}