Spaces:
Sleeping
Sleeping
File size: 238 Bytes
645859a | 1 2 3 4 5 6 | import { shaderMaterial } from '../core/shaderMaterial.js';
const DiscardMaterial = /* @__PURE__ */shaderMaterial({}, 'void main() { }', 'void main() { gl_FragColor = vec4(0.0, 0.0, 0.0, 0.0); discard; }');
export { DiscardMaterial };
|