Releases: nowrep/obs-vkcapture
Releases · nowrep/obs-vkcapture
v1.4.1
- Always use Vulkan allocation on GLX with NVIDIA
v1.4.0
- Added fallback Vulkan allocation for OpenGL capture (fixes GLX capture with NVIDIA)
v1.3.3
- Fixed build with musl
- Disconnect unresponsive clients (fixes some games that initialize both OpenGL and Vulkan) #148
- OpenGL: Don't touch LD_LIBRARY_PATH if it wasn't already set (fixes capture in some cases) #146
v1.3.2
- Added es_ES locale
- Vulkan: Fix crash with applications using old tcmalloc (DOTA2)
v1.3.1
- Added option to exclude window from capture
- Vulkan: Fixed capture when OBS and game runs on different GPUs
v1.3.0
- Vulkan: Fixed issue where old frames may be captured
- Vulkan: Recreate image without modifiers if import in OBS failed
This includes backwards incompatible changes, both OBS plugin and capture tools used must be updated to latest version.
v1.2.2
- Fixed validation errors in Vulkan layer
v1.2.1
- Vulkan: Convert image formats when needed
- Vulkan: Always specify required extensions (fixes eg. WoW capture)
v1.2
- Added
obs-gamecapture
command for both OpenGL and Vulkan capture
- Deprecated
obs-vkcapture
and obs-glcapture
commands
- Fixed inverted colors with Vulkan RGB formats
v1.1.6
- Fixed capturing MangoHud in Vulkan capture
- Fixed potential Vulkan memory allocation failures