Jeremiah van Oosten
Jeremiah van Oosten
I suppose that the `TARGET_PDB_FILE` generator expressions wasn't supposed to work for `STATIC` builds on MSVC either. According to this issue: [TARGET_PDB_FILE does not work on MSVC static libraries](https://gitlab.kitware.com/cmake/cmake/-/issues/16932) and...
The 2nd commit also fixes up CMake configurations to provide the public include files and library dependencies required by targets that consume gainput. Also fixed a lot of compiler errors/warnings....
This is solved in a pull request: #79
Thanks! This post helped me too! I just wish the maintainer would merge some of these pull requests....
The issue occurs because the `FastBufferWriter` uses `Allocator.Temp` for the memory allocation which very likely results in the memory handle becoming invalid at the end of the current frame (the...