createWithShader

fun createWithShader(    layerConfig: Tiled2dMapLayerConfig,     loaders: ArrayList<LoaderInterface>,     shader: ShaderProgramInterface): Tiled2dMapRasterLayerInterface

the loaders are tried in their respective order, if the first loader returns the error code NOOP the second will be tried and so on