Skip to main content

rspirv/grammar/
autogen_nonsemantic_debugbreak.rs

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