Skip to content

Commit c568dca

Browse files
committed
Update SPIRV-Headers to match Vulkan SDK 1.3.296.0.
1 parent 219f924 commit c568dca

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

src/spv/spec.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -268,7 +268,7 @@ pub struct InstructionDef {
268268
pub has_result_id: bool,
269269

270270
pub req_operands: ArrayVec<PackedOperandNameAndKind, 14>,
271-
pub opt_operands: ArrayVec<PackedOperandNameAndKind, 2>,
271+
pub opt_operands: ArrayVec<PackedOperandNameAndKind, 3>,
272272
pub rest_operands: Option<RestOperandsUnit>,
273273
}
274274

0 commit comments

Comments
 (0)