3 results for “topic:remote-rendering”
Implementation of remote CUDA/OpenCL protocol
Renders a component in a remote environment (other frame/process/client)
The main idea of remote rendering is to distribute the rendering onto multiple nodes. A client splits its screen into multiple tiles, and each buffer for each tile is calculated by a different node. These calculated buffers are stacked back together by the client and it calculates the final illumination.