https://bugs.winehq.org/show_bug.cgi?id=47471
--- Comment #18 from Sveinar Søpler cybermax@dexter.no --- (In reply to Steve Ebey from comment #17)
none of the spirv.h on my computer, even from the github, have that line in them. I have looked at the code on the github site and also can not find it there. Is there another commit that I need to have. I have the latest vulkan sdk and github that you provided I downloaded spirv 1.4.1.
Well.. i find that very odd.
git clone https://github.com/KhronosGroup/SPIRV-Headers.git cd SPIRV-Headers grep -rni -e 'SpvCapabilityDemoteToHelperInvocationEXT' include/spirv/unified1/spirv.h:854: SpvCapabilityDemoteToHelperInvocationEXT = 5379,
I just did that now.