Vulkan: Update volk and Vulkan SDK components to 1.2.190
This commit is contained in:
parent
211cb401db
commit
fd641ac85c
63 changed files with 25415 additions and 13361 deletions
3
thirdparty/glslang/SPIRV/SPVRemapper.cpp
vendored
3
thirdparty/glslang/SPIRV/SPVRemapper.cpp
vendored
|
|
@ -544,6 +544,9 @@ namespace spv {
|
|||
// Extended instructions: currently, assume everything is an ID.
|
||||
// TODO: add whatever data we need for exceptions to that
|
||||
if (opCode == spv::OpExtInst) {
|
||||
|
||||
idFn(asId(word)); // Instruction set is an ID that also needs to be mapped
|
||||
|
||||
word += 2; // instruction set, and instruction from set
|
||||
numOperands -= 2;
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue