Wonder-Technology/Wonder.js

View on GitHub
src/run/rtx_path_tracer/infrastructure_layer/data/po/CPPOType.res

Summary

Maintainability
Test Coverage
type po = {
  pipeline: PipelineCPPOType.pipeline,
  // globalTemp: GlobalTempCPPOType.globalTemp,
  time: TimeCPPOType.time,
  picture: PictureCPPOType.picture,
  webgpu: WebGPUCPPOType.webgpu,
  camera: CameraCPPOType.camera,
  pass: PassCPPOType.pass,
  pathTracingPass: PathTracingPassCPPOType.pathTracingPass,
  accumulationPass: AccumulationPassCPPOType.accumulationPass,
}