LookingGlass/host
Geoffrey McRae cff64ee7d3 dxgi: cache shared handles instead of re-creating them
This will cache up to 10 handles, in practice I have never seen DXGI
return anything but the same resource each time but we allow for more
anyway should MS change something in the future.

Should the cache get over filled it is disabled entirely and we revert
to the original behaviour.
2022-01-19 09:58:07 +11:00
..
cmake [c-host] renamed finall to just plain host 2020-05-25 13:42:43 +10:00
include/interface [host] app: implement stubs for platform specific guest information 2022-01-05 21:04:57 +11:00
platform dxgi: cache shared handles instead of re-creating them 2022-01-19 09:58:07 +11:00
src [host] app: dont use pointers when realloc may have changed them 2022-01-09 21:19:17 +11:00
.gitignore [c-host] renamed finall to just plain host 2020-05-25 13:42:43 +10:00
CMakeLists.txt [host] cmake: add ubsan and asan to CMake (needs clang64 on windows) 2022-01-09 21:18:32 +11:00
toolchain-mingw64.cmake [c-host] renamed finall to just plain host 2020-05-25 13:42:43 +10:00