Sha256: 21a9fb148a56fce1b2cf27eab936c9c8dea3e08a5c89f14d8f597181b3ef477d
Contents?: true
Size: 321 Bytes
Versions: 6
Compression:
Stored size: 321 Bytes
Contents
//This file is automatically rebuilt by the Cesium build process. /*global define*/ define(function() { "use strict"; return "uniform sampler2D u_texture;\n\ \n\ varying vec2 v_textureCoordinates;\n\ \n\ void main()\n\ {\n\ gl_FragColor = texture2D(u_texture, v_textureCoordinates);\n\ }\n\ "; });
Version data entries
6 entries across 3 versions & 1 rubygems