Jonathan Kunstwald

Results 5 issues of Jonathan Kunstwald

I want to use RTTR to get a unique ID for a type (class), serialize it, deserialize it, and then instantiate that class (on a different machine, over the network)....

In the Physics example (bsfExamples), the spheres exhibit heavy artifacts once having left the plane on which you spawn (and moving 100-200m further away). ![SSAO artifacts](https://user-images.githubusercontent.com/17261478/57095608-9863e300-6d13-11e9-8096-7161cbeffcc1.PNG) RTX 2080 Windows 10...

type: bug

In `SimpleTests.cpp`, line 192, this vector is declared: ```Cpp MT::StaticVector tasks; ``` which is then filled with `taskCount` elements. On CPUs with many threads, `taskCount` easily exceeds 512, it is...

![Optick PR](https://user-images.githubusercontent.com/17261478/133860695-3efbae7e-5af7-4818-8593-e6194befceb1.PNG) - Add per-call min, max, average and std dev times to the function chart window - Values min/maxed/avgd across __calls__, not frames, unlike the existing ones - Clarified...

I've found two bugs in the scratch allocator (memory.cpp): 1. If the ring buffer head (`_allocate`) ends up exactly at the end of the buffer after a call to allocate,...