int assetShader(int type, String filename) { final shaderStr = loadAsset(filename); return stringShader(type, shaderStr); }