UNPKG

playcanvas

Version:

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

10 lines (9 loc) 153 B
var alphaTest_default = ` uniform float alpha_ref; void alphaTest(float a) { if (a < alpha_ref) discard; } `; export { alphaTest_default as default };