Update README with info about nvfbc being slower

This commit is contained in:
dec05eba
2022-04-26 17:02:41 +02:00
parent 304b5c8e92
commit b3fa6afd56
3 changed files with 4 additions and 2 deletions

1
TODO
View File

@@ -5,3 +5,4 @@ Track window damages and only update then. That is better for output file size.
Getting the texture of a window when using a compositor is an nvidia specific limitation. When gpu-screen-recorder supports other gpus then this can be ignored.
Remove dependency on glfw (and glew?).
Quickly changing workspace and back while recording under i3 breaks the screen recorder. i3 probably unmaps windows in other workspaces.
Remove hw_get_frame as it creates a new cuda device ptr which we dont use!