Sha256: 275022231fbb817f0dd743922db97dd93f153c63beefe1f3a2ff5d0dbb90fb6a
Contents?: true
Size: 334 Bytes
Versions: 3
Compression:
Stored size: 334 Bytes
Contents
//This file is automatically rebuilt by the Cesium build process. /*global define*/ define(function() { "use strict"; return "attribute vec4 position;\n\ attribute vec2 textureCoordinates;\n\ varying vec2 v_textureCoordinates;\n\ void main()\n\ {\n\ gl_Position = position;\n\ v_textureCoordinates = textureCoordinates;\n\ }\n\ "; });
Version data entries
3 entries across 3 versions & 1 rubygems