Vulkan: Update volk and Vulkan SDK components to 1.2.190

This commit is contained in:
Rémi Verschelde 2021-09-22 12:40:17 +02:00
parent 211cb401db
commit fd641ac85c
No known key found for this signature in database
GPG key ID: C3336907360768E1
63 changed files with 25415 additions and 13361 deletions

View file

@ -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;