UNPKG

phaser

Version:

A fast, free and fun HTML5 Game Framework for Desktop and Mobile web browsers from the team at Phaser Studio Inc.

10 lines (9 loc) 239 B
module.exports = [ '#define SHADER_NAME PHASER_BITMAP_MASK_VS', 'precision mediump float;', 'attribute vec2 inPosition;', 'void main ()', '{', ' gl_Position = vec4(inPosition, 0.0, 1.0);', '}', ].join('\n');