Jeremy Ong
Jeremy Ong
Just register a reference to the variable and things should work :)
Hmm sorry it sounds like a bug then. I'll reopen!
Please accept this PR :)
FYI I ninja added 9e499af because I found another case of a "leak" which is actually a pretty severe bug regarding stale PipelineCache entries. I've included notes in the commit.
@RylauChelmi haha good catch thanks
Having the docking indicators drawn on top as independent composited HWNDs would be pretty helpful here actually. It will be difficult to always ensure different viewports remain synchronized in a...
Just my 2c, but I think `enum class` as a feature in C++ leaves much to be desired and don't know that the goal of future HLSL design should be...
Sure. As used currently, people often declare an `enum class` not specifically for strong-typing, but in order to get scoped enum field declarations. In exchange, you lose the ability to...
> For `tsc --watch` we have a list of output files from the previous iteration, we just need to diff that with the current list, and delete the old outputs....
Sorry for the late response. My suggestion would be to adopt a toolchain-like concept to drive the configuration. The usual way to do something like this is to adopt a...