protonscr

Latest master build fails (CapabilityDotProductKH missing)

vkd3dclosed
HansKristian-Work/vkd3d-proton#841 · opened 2021-10-07 by shmerl · updated 2021-10-07 · 2 comments · github
Sshmerl 2021-10-07 github

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:

   git reset --hard HEAD
   git clean -df
   git checkout master
   git pull --rebase --prune
   git submodule update

Is something broken or I'm missing something?

Sshmerl 2021-10-07 github

Hm, OK it worked after I deleted all the repo and redid git clone --recursive. Must have been some glitch with git submodule update somehow.

Sshmerl 2021-10-07 github

May be I need to do git submodule update --rebase

Nothing extracted yet.