UNPKG

playcanvas

Version:

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

10 lines (8 loc) 168 B
var glslStreamOutput = ` void write{funcName}({returnType} value) { #if {defineGuard} pcFragColor{index} = value; #endif } `; export { glslStreamOutput as default };