// WebGPU port of miss.glsl. fn miss_main(ray: RayDesc, payload: ptr) { (*payload).color = vec3(1.0, 1.0, 1.0); }