• Home
  • Line#
  • Scopes#
  • Navigate#
  • Raw
  • Download
1; Test: SpvParserTest_Impl_Source_WithOpLine_WithOpNoLine.spvasm
2; SPIR-V
3; Version: 1.0
4; Generator: Khronos SPIR-V Tools Assembler; 0
5; Bound: 61
6; Schema: 0
7OpCapability Shader
8OpMemoryModel Logical Simple
9OpEntryPoint GLCompute %2 "main"
10OpExecutionMode %2 LocalSize 1 1 1
11%15 = OpString "myfile"
12%void = OpTypeVoid
13%4 = OpTypeFunction %void
14OpLine %15 42 53
15%uint = OpTypeInt 32 0
16%60 = OpConstantNull %uint
17OpNoLine
18%2 = OpFunction %void None %4
19%1 = OpLabel
20OpReturn
21OpFunctionEnd
22
23