TrianglesPCT
TrianglesPCT
This integrates the stack trace with the Visual Studio output window. This allows double clicking in file/line combos which navigates the IDE to the corresponding file & line. VS did...
This is with VS2019, latest version. I noticed that the first time I attempted to print a stack trace it was always empty, but on subsequent prints it did work....
These functions are called every time a Printer is constructed, but according to MSDN they are single threaded and not safe to call from multiple threads. The docs also state...
All of the shader intrinsics seem to artificially depend on UAV-related data. It doesn't really make any sense at all why min3 would be reading a UAV... This prevents using...
This is with latest version on github 0.8.4 compiled with vs2019 Running Windows 10, app was running without Admin privileges. I had been using Tracy alot before this happened, so...
Is there any known reason why tasks started like this: tbb::task::enqueue(*new(tbb::task::allocate_root()) TBB_Task(std::move(task)), tbb::priority_normal); Would not start for a very long time, or in some cases apparently never start? The TBB...
I was going to try this out, but it refuses to install-- I had rust nightly so after reading the other messages here I switched to stable(by making it the...
Hi I recently downloaded this plugin & installed in in VS2017(using it with C++)., it is nice, but I think I've found a few issues. I turned on the feature...