#version 120 attribute vec2 z; uniform mat2 m = mat2(1.); void main() { gl_Position = vec4(m * z, 0.0, 1.0); gl_PointSize = 32.; }