update readme

This commit is contained in:
Thomas Crider
2022-03-12 02:45:26 -07:00
parent 9dd152724f
commit e545483301

View File

@@ -39,4 +39,19 @@ For example with steam games in the launch options for the game:
Then add 'Game Capture' as a source in OBS.
This works for vulkan + opengl and 64 + 32 bit games. The vulkan capture -only- works on AMD due to Nvidia not having VK_EXT_external_memory_dma_buf in their drivers.
This works for vulkan + opengl and 64 + 32 bit games.
## Known Issues
* The vulkan capture -only- works on AMD due to Nvidia not having VK_EXT_external_memory_dma_buf in their drivers.
## Troubleshooting
**Cannot create EGLImage: Arguments are inconsistent**
If you get this error with Vulkan capture, try starting the game with `OBS_VKCAPTURE_LINEAR=1` environment variable.
**No Game Capture source available in OBS**
If you are on X11, make sure you run OBS with EGL enabled: `OBS_USE_EGL=1 obs`.