Tomáš Malý
Tomáš Malý
Alternative solution could be to make the checkerboard node take the two values as inputs. Or perhaps change both the range of the fade and add the inputs. Either way,...
After a bit of experimentation, I have discovered that both OPTICK_THREAD and OPTCIK-FRAME create a scope, much the same as OPTICK_EVENT. While this behavior is intuitive for OPTICK_EVENT, I consider...
Thanks for this write-up. It confirms my understanding. :D Adding thread_local to OPTICK_THREAD would simplify situations where the thread is created in a 3rd party app/lib and my tasks are...
I have few more suggestions, if I may: ```c++ add thread_local to OPTICK_THREAD #define OPTICK_FRAME(NAME) OPTICK_THREAD(NAME); OPTICK_FLIP_FRAME(NAME); OPTICK_FLUSH(); #define OPTICK_FLIP_FRAME(NAME) // name defines the framing sequence, it would be nice...
Thanks for the explanation. I thought that you have a thread local _stack_ of events and just associate the tag with the event on top of the stack. Is TLS...
I would be interested in runtime simd selection too.
@jrjdavidson The VTS plugin is still not officially ported to android. However, we recognize that porting to android is one of the most requested feature and we shall eventually make...
Hi @demonixis, unfortunately, there has been no progress on android support so far. If you want to help, take a look at https://github.com/melowntech/vts-browser-cpp/issues/4 . I wrote minimum requirements for the...
Hi, couple of questions: 1) do you use vts plugin from unity store or custom build from github? 2) what platform/operating system? windows 64bit? 3) running from editor or release...
Look through unity logs: `%LOCALAPPDATA%\Unity\Editor\Editor.log` or `%USERPROFILE%\AppData\LocalLow\CompanyName\ProductName\Player.log` there might be more information.