Greg Roth

Results 67 comments of Greg Roth

Did you shift the 'f' in the title in the spirit of the functionality involved? 😉

Thanks for the report @mcbouterse! We'll look into this. In the meantime, you can work around this issue by using the `-disable-lifetime-markers` flag

Hi @QuantumDeveloper! I'm a bit confused by your message. I don't know what you mean by "from Source Generators". Regardless, there is a way to provide a custom include handler...

Thanks @QuantumDeveloper, I suspected this might be related to the use of C#, but I'm not very familiar with that language. I wanted to make sure we were on the...

The vast majority of these were introduced with the first commit, when perhaps the idea was to have verifier support. The handful of exceptions may have been from careless copy-paste...

I'm surprised we don't see errors for this since it's calling GetAttributeAtVertex from a subfunction.

I think this is a duplicate of #6220. @sudonatalie can you confirm and close if so?

In terms of the DXIL that would be generated if 0 were allowed, it's just placed on the list of attributes for the hull entry point functions. I expect that...

This was a conscious decision made when the "slim PDB" flag `-Zs` was added. It's there for anyone desperate for the old behavior, but we want to deprecate it by...

My gut tells me this is a testing bug. The pixel indexing is tricky here.