Andrew Depke

Results 19 issues of Andrew Depke

I have a trace that contains a very large amount of threads, and attempting to zoom onto zones far down in the thread list causes threads up above to leave...

bug
enhancement

The [input modifiers](https://docs.microsoft.com/en-us/windows/win32/direct3dhlsl/dx-graphics-hlsl-function-parameters) are not recognized in auto complete, causing the next closest item to replace it. The following gif shows this behavior. ![6GCrnMNCpG](https://user-images.githubusercontent.com/18013792/117248726-add9df00-adfd-11eb-9f4a-36a2b20f63ad.gif)

### What happened? In C++, the shift operators `>>`, `=`, and `

C: Syntax

When I open files in my `.config/sublime-text/Packages/User` folder (a git repo), I'm seeing 2+ second freezes. Here's what my Plugin Event Profile shows: ``` on_activated: Git.git.ignore: 0.005s total, mean: 0.000s,...

Tracy server build script seems to fetch vcpkg dependencies after it has already started compiling, and so the first time you build it, it won't compile.

bug

When waiting for a frame deadline, just sleeping until the objective is varyingly imprecise. A better solution is to modify the [timer resolution](https://docs.microsoft.com/en-us/windows/win32/api/timeapi/nf-timeapi-timebeginperiod), sleep until some small unit of time...

enhancement

The engine processes every Windows input event, which is ideal for operations such as typing, where we don't want to lose keystrokes at low framerates or hitches, however this behavior...

enhancement

Refer to this paper for details: https://blog.selfshadow.com/publications/turquin/ms_comp_final.pdf.

enhancement

Fmtlib has poor formatting of HRESULTs, so a custom formatter should be introduced for this. Ideally, format HRESULTs as unsigned hex with the 0x prefix, and as capital letters. See...

enhancement

When logging, if data that has the same type as PlatformErrorType, it will be interpreted as a platform error (which may not be intended) due to the lack of context.

bug