UNPKG

playcanvas

Version:

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

16 lines (14 loc) 197 B
var alphaTest_default = ( /* wgsl */ ` uniform alpha_ref: f32; fn alphaTest(a: f32) { if (a < uniform.alpha_ref) { discard; } } ` ); export { alphaTest_default as default };