UNPKG

@pixi/core

Version:
9 lines (5 loc) 457 B
'use strict'; Object.defineProperty(exports, '__esModule', { value: true }); var defaultVertex = "attribute vec2 aVertexPosition;\nattribute vec2 aTextureCoord;\n\nuniform mat3 projectionMatrix;\n\nvarying vec2 vTextureCoord;\n\nvoid main(void){\n gl_Position = vec4((projectionMatrix * vec3(aVertexPosition, 1.0)).xy, 0.0, 1.0);\n vTextureCoord = aTextureCoord;\n}\n"; exports["default"] = defaultVertex; //# sourceMappingURL=defaultProgram2.js.map