Jeremiah van Oosten

Results 5 comments of 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....

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...