UNPKG

playcanvas

Version:

Open-source WebGL/WebGPU 3D engine for the web

14 lines (12 loc) 177 B
var alphaTest_default = ( /* glsl */ ` uniform float alpha_ref; void alphaTest(float a) { if (a < alpha_ref) discard; } ` ); export { alphaTest_default as default };