LookingGlass/host
Geoffrey McRae 6b9fa2b628 [host] capture: fix compilation with NvFBC C++ sources
The prior commit to expose the FrameBuffer internals makes use of an
atomic from `stdatomic.h`. Unfortunatly C++ has no notion of _Atomic and
as such `stdatomic.h` is not compatible. To work around this we instead
just forward declare the type here.
2022-05-16 22:09:11 +10:00
..
cmake [c-host] renamed finall to just plain host 2020-05-25 13:42:43 +10:00
include/interface [host] capture: fix compilation with NvFBC C++ sources 2022-05-16 22:09:11 +10:00
platform [host] nvfbc: add downscale support 2022-05-04 13:38:49 +10:00
src [common] Update framebuffer metadata + references 2022-05-16 20:01:09 +10:00
.gitignore [c-host] renamed finall to just plain host 2020-05-25 13:42:43 +10:00
CMakeLists.txt [host] build with -Wstrict-prototypes 2022-02-25 20:38:44 +11:00
toolchain-mingw64.cmake [c-host] renamed finall to just plain host 2020-05-25 13:42:43 +10:00