dan sinclair

Results 219 comments of dan sinclair

Played with it a bit. My version is destructive with the input string but went from ~1.28s to ~0.89s on my machine. Gist is at: https://gist.github.com/902942

Running a formatter at the end to fix up issues is definitely easier then trying to match the format of the current file. As to current policy, I don't actually...

Ah missed that. I still think it would be useful to run over all of the source as a onetime event to get everything to the same format. Otherwise, you...

It would be nice if we switched to one of the standard formats so the clang-format is just a `BasedOn: Chromium` line or something similar.

Removing HLSL would have to go through a deprecation period, and probably a major number change for glslang. It isn't a lot of work to remove the bulk of it,...

I don't think it could be removed immediately. There would have to be a deprecation period before it's removed to give downstream users time to migrate off. I'm not sure...

Because the HLSL support isn't just a parser. There is HLSL code scattered all over, through various boolean flags, the HLSL source type or ifdefs. You need to keep track...

Are you building Debug or Release. The default is Debug.