rspirv 0.13.0+sdk-1.4.341.0

Rust library APIs for SPIR-V module manipulation
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
// AUTOMATICALLY GENERATED from the SPIR-V JSON grammar:
//   external/spirv.core.grammar.json.
// DO NOT MODIFY!

static NONSEMANTIC_DEBUGPRINTF_INSTRUCTIONS: &[ExtendedInstruction<'static>] = &[ext_inst!(
    NonsemanticDebugprintf,
    NonsemanticDebugprintfOp,
    DebugPrintf,
    [],
    [],
    [(IdRef, One), (IdRef, ZeroOrMore)]
)];
pub static NONSEMANTIC_DEBUGPRINTF_INSTRUCTION_TABLE: InstructionTable<ExtInstOp> =
    InstructionTable(
        NONSEMANTIC_DEBUGPRINTF_INSTRUCTIONS,
        std::marker::PhantomData,
    );