Skip to main content

rspirv/grammar/
autogen_nonsemantic_debugprintf.rs

1// AUTOMATICALLY GENERATED from the SPIR-V JSON grammar:
2//   external/spirv.core.grammar.json.
3// DO NOT MODIFY!
4
5static NONSEMANTIC_DEBUGPRINTF_INSTRUCTIONS: &[ExtendedInstruction<'static>] = &[ext_inst!(
6    NonsemanticDebugprintf,
7    NonsemanticDebugprintfOp,
8    DebugPrintf,
9    [],
10    [],
11    [(IdRef, One), (IdRef, ZeroOrMore)]
12)];
13pub static NONSEMANTIC_DEBUGPRINTF_INSTRUCTION_TABLE: InstructionTable<ExtInstOp> =
14    InstructionTable(
15        NONSEMANTIC_DEBUGPRINTF_INSTRUCTIONS,
16        std::marker::PhantomData,
17    );