From 81113c058f8704a3d2edfb945982aad181ad6e4a Mon Sep 17 00:00:00 2001 From: grancia Date: Wed, 5 Sep 2018 16:18:33 -0700 Subject: [PATCH] Update README.md --- README.md | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/README.md b/README.md index def6ec5..60f3baa 100644 --- a/README.md +++ b/README.md @@ -1,3 +1,12 @@ +# FBCAPTURE SDK 2.25 DOCUMENTATION + +## Release Note + +* Fixed creating DirectX device on wrong GPU at multiple GPU environment + * There was bug picking wrong GPU to create DirectX device at multiple GPU environment. For example, when you have Intel, AMD and nVidia GPUs at one PC and one of monitors or VR devices are connected to AMD, then there was potential issue it creates the DirectX device on nVidia. But this version will fix the problem. +* Fixed blank screenshot output in Unity sample + * Because of wrong Unity render texture update cycle, it used to generate blank screenshot with just black color, but this version will fix the issue. + # FBCAPTURE SDK 2.2 DOCUMENTATION ## Release Note