Nathan V. Morrical
Nathan V. Morrical
Ok, added my name for reference to the example. I also added some comments that will help explain what's going on with the data section of the SBT records, and...
SPIR-V headers should go in the SPIR-V tools directory under the “externals” folder. That’s odd though, I don’t believe I had to do this sort of manual configuration with my...
Ah, yeah, agreed. This should be documented. By habit I tend to add --recursive to my clone commands, and forgot that I did that here...
+1. It would be really helpful to have an official means of representing 8-bit types.
@BeastLe9enD Sure, but the issue there is different. The issue there assumes we’re using a sophisticated memory layout for the struct. In most all applications I’m aware of, this isn’t...
Running into the same issue about a year later. How can we assign to the subscript operator?
it’s possible that this pass in SPIRV-Tools can repair the incorrect SPIR-V entry points generated by DXC, but I’m not sure. https://github.com/KhronosGroup/SPIRV-Tools/pull/4275 #3789 is a good reference issue that appears...
It seems this repair pass is actually unavailable in SPIRV-Tools, so this is still a breaking issue with dxc unfortunately.
This should be addressed with PR #4573. I think this issue can be closed.
I can reproduce this error on my machine. Will take a look...