• Home
  • Line#
  • Scopes#
  • Navigate#
  • Raw
  • Download
1; Test: SpvModuleScopeVarParserTest_ScalarSpecConstant_DeclareConst_F32_WithoutSpecId.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"
12%float = OpTypeFloat 32
13%myconst = OpSpecConstant %float 2.5
14%void = OpTypeVoid
15%5 = OpTypeFunction %void
16%1 = OpFunction %void None %5
17%6 = OpLabel
18OpReturn
19OpFunctionEnd
20
21