When building latest master branch I got this error:
../source/subprojects/dxil-spirv/opcodes/dxil/dxil_arithmetic.cpp:420:30: error: ‘CapabilityDotProductKHR’ is not a member of ‘spv’
420 | builder.addCapability(spv::CapabilityDotProductKHR);
| ^~~~~~~~~~~~~~~~~~~~~~~
The way I prepare the code before building is like this:
When building latest master branch I got this error:
The way I prepare the code before building is like this:
Is something broken or I'm missing something?