Alexey T
Alexey T
Hello everyone, I'm trying to implement FBX loader in my project. I already implemented glTF loader and it works just fine, but with FBX I get strange result for some...
Add templated wrapper for manual hooks. Simple hooks are not supported yet and will be added later. The handler supports any return type and arbitrary number of arguments. A hook...
Hello, I'm using sourcehook in my extensions and would like to propose that it should be changed. I see several drawbacks in the current implementation: - The code in sourcehook.h...
When a crash happens and the reason is hidden in a sharp plugin there are such lines in minidump reports: > 10 counterstrikesharp.so + 0xdf21d !counterstrikesharp::ScriptCallback::Execute(bool) + 0x2d > 3...
I'm trying to add FSR3 as a submodule to my project. I need to get both VK and DX12 builds, but "FidelityFX-SDK/ffx-api" can be added as a subdirectory only once...