Commit 1bf8bb22 authored by Roman Sedaikin's avatar Roman Sedaikin

Added comment for [adapterBlacklist].

parent d0dd73ab
......@@ -27,6 +27,11 @@
} while (false)
const int BuffersCount = 2;
// This is a blacklist of graphics cards that have rendering issues (black screen, flickering)
// with the current Swing/Skia integration.
// If PC has other graphics cards suitable for DirectX12, one of them will be used. Otherwise,
// rendering will falls back to OpenGL.
const std::vector<std::wstring> adapterBlacklist {
L"Intel(R) HD Graphics 520",
L"Intel(R) HD Graphics 530",
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment