Fredrik Lindahl

Results 5 issues of Fredrik Lindahl

In Code you need to specify which .natvis files you want to use by specifying the "visualizerFile" setting in launch.json This does require the 'vscode-cpptools' extension, but I'm assuming you'd...

I'm running 2021.2.7f1 with Chisel at rev. 78e58ba When trying to change brush operation in the property inspector, no matter the type of brush, nothing changes in the internal representation...

bug

We don't seem to check the compiler version, which means if we update the anyfx compiler and don't explicitly delete the old shader builds, the files will be outdated and...

bug
category: shader compiler

Can be reproduced with ex.: ``` static int frameIndex = 0; static Graphics::GraphicsEntityId gids[10000]; if (frameIndex % 4 == 0) { for (int i = 0; i < 10000; i++)...

bug
category: graphics

We should mark the constructor as explicit, so that we avoid this issue.

refactor