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