machineuser
version control dist & node_modules...
263e0f2
raw
history blame contribute delete
121 Bytes
export default /* glsl */`
void main() {
gl_Position = projectionMatrix * modelViewMatrix * vec4( position, 1.0 );
}
`;