File size: 121 Bytes
6cd9596
 
 
 
 
1
2
3
4
5
6
export default /* glsl */`
void main() {
	gl_Position = projectionMatrix * modelViewMatrix * vec4( position, 1.0 );
}
`;