LookingGlass/host
Chris Spencer f145225dbc [host] dxgi: fix d3d11 assertion failure
`DEBUG_ASSERT(!this)` in `d3d11_create` is firing on the second
instantiation because we are not clearing `this` in `d3d11_free`.
2022-01-13 08:17:59 +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 [host] dxgi: fix d3d11 assertion failure 2022-01-13 08:17:59 +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