vsm_vert.glsl.js 86 B

1234567
  1. export default /* glsl */`
  2. void main() {
  3. gl_Position = vec4( position, 1.0 );
  4. }
  5. `;