UNPKG

playcanvas

Version:

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

15 lines (13 loc) 273 B
var debugProcessFrontendPS = ` #ifdef DEBUG_LIGHTING_PASS litArgs_albedo = vec3f(0.5); #endif #ifdef DEBUG_UV0_PASS #ifdef VARYING_VUV0 litArgs_albedo = vec3f(vUv0, 0.0); #else litArgs_albedo = vec3f(0.0); #endif #endif `; export { debugProcessFrontendPS as default };