Pipewire: support alpha textures again, do alpha blending and clear

background if fourcc is alpha.
This commit is contained in:
dec05eba
2025-07-20 22:04:54 +02:00
parent 4fb0dad3df
commit 1e62e654e2
5 changed files with 38 additions and 22 deletions

View File

@@ -1,4 +1,4 @@
project('gpu-screen-recorder', ['c', 'cpp'], version : '5.6.1', default_options : ['warning_level=2'])
project('gpu-screen-recorder', ['c', 'cpp'], version : '5.6.2', default_options : ['warning_level=2'])
add_project_arguments('-Wshadow', language : ['c', 'cpp'])
if get_option('buildtype') == 'debug'