declare const _default: "\nuniform float alpha_ref;\n\nvoid alphaTest(float a) {\n if (a < alpha_ref) discard;\n}\n"; export default _default;