• Home
  • Line#
  • Scopes#
  • Navigate#
  • Raw
  • Download
1; Test: SpvModuleScopeVarParserTest_ScalarSpecConstant_DeclareConst_Id_MaxValid.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 %2 "main"
10OpExecutionMode %2 OriginUpperLeft
11OpDecorate %1 SpecId 65535
12%bool = OpTypeBool
13%1 = OpSpecConstantTrue %bool
14%void = OpTypeVoid
15%5 = OpTypeFunction %void
16%2 = OpFunction %void None %5
17%6 = OpLabel
18OpReturn
19OpFunctionEnd
20
21