Phill Djonov

Results 15 comments of Phill Djonov

Sorry to jump in on an ancient thread, but this just bit me on a new project and it seems like it should be an easy fix... Why can't `freetype6.dll`...

@Robmaister Thanks! And don't rush or anything on my account - I'm just some random on the internet offering suggestions, without so much as a PR to back them. If...

Same problem. * SteamVR 2.5.5 * Arch * Gnome * Wayland * AMD GPU (if that makes any difference) Had to symlink `active_runtime.json` by hand since the settings UI breaks...

@dotnet-policy-service agree

I don't understand why the tests are failing. The stuff in the logs doesn't _look_ like stuff that I've broken, so I'm taking this PR out of draft. Again, I...

Maybe I don't understand the design philosophy behind the difference (and maybe I skimmed past somewhere in the docs that explains it), but to me as a user these look...

Another nice to have: it'd be super cool if I could globally (say, for a compilation session): * make it an error to have anything go into push constants without...

I hit this validation error with `SV_ViewID` because I linked together two different modules that bound to it (one a using private file-scope variable, the other in shader params). I...

Can duplicate `SV_`-bound variables not be merged (at least in contexts where they are readonly)? It's really useful to bind to things like `SV_InstanceID` as a private implementation detail in...

That's really unfortunate. Using modules to hide the rendering engine's interface details from higher-level material code (and switching the import paths to compile for different rendering backends) seemed like a...