UNPKG

@threlte/extras

Version:

Utilities, abstractions and plugins for your Threlte apps

6 lines (5 loc) 102 B
export const fragmentShader = `void main() { gl_FragColor = vec4(0.0, 0.0, 0.0, 0.0); discard; } `;