←back to thread

257 points tosh | 1 comments | | HN request time: 0.211s | source
Show context
londons_explore ◴[] No.42068398[source]
They are presumably using the GPU for video encoding....

And the GPU for rendering...

So they should instead just be hooking into Chromium's GPU process and grabbing the pre-composited tiles from the LayerTreeHostImpl[1] and dealing with those.

[1]: https://source.chromium.org/chromium/chromium/src/+/main:cc/...

replies(3): >>42068541 #>>42068566 #>>42068576 #
1. orf ◴[] No.42068576[source]
One of the first parts of the post explains how they are using CPUs only