diff options
author | dec05eba <dec05eba@protonmail.com> | 2025-03-30 03:36:39 +0200 |
---|---|---|
committer | dec05eba <dec05eba@protonmail.com> | 2025-03-30 03:36:39 +0200 |
commit | c679b2fdb6a8172df4e29b1fb12b54d1891665de (patch) | |
tree | 7f49ffb957e84d264e9cd59d569a2d3d437c6d11 /TODO | |
parent | b8a521a785e1c40ef247e6536f284afd9e39922a (diff) |
Use sampler2D for alpha blending compute shader instead of output image2D
Diffstat (limited to 'TODO')
-rw-r--r-- | TODO | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -251,4 +251,4 @@ Support spanning multiple monitors with region capture. This would also allow th When webcam support is added also support v4l2loopback? this is done by using avdevice_register_all(); and -c v4l2 -o /dev/video0; but it needs to output raw data as well instead of h264 and possibly yuv420p. Maybe add a -k yuv420p option to do that. -Do proper exit, to call gsr_capture_destroy which will properly stop gsr-kms-server. Otherwise there can be zombie gsr-kms-server on error.
\ No newline at end of file +Do proper exit, to call gsr_capture_destroy which will properly stop gsr-kms-server. Otherwise there can be zombie gsr-kms-server on error. |