• Home
  • Line#
  • Scopes#
  • Navigate#
  • Raw
  • Download
1; Test: SpvModuleScopeVarParserTest_ScalarSpecConstant_DeclareConst_False.spvasm
2; SPIR-V
3; Version: 1.0
4; Generator: Khronos SPIR-V Tools Assembler; 0
5; Bound: 7
6; Schema: 0
7OpCapability Shader
8OpMemoryModel Logical Simple
9OpEntryPoint Fragment %1 "main"
10OpExecutionMode %1 OriginUpperLeft
11OpName %myconst "myconst"
12OpDecorate %myconst SpecId 12
13%bool = OpTypeBool
14%myconst = OpSpecConstantFalse %bool
15%void = OpTypeVoid
16%5 = OpTypeFunction %void
17%1 = OpFunction %void None %5
18%6 = OpLabel
19OpReturn
20OpFunctionEnd
21
22