• Home
  • Line#
  • Scopes#
  • Navigate#
  • Raw
  • Download
1; SPIR-V
2; Version: 1.3
3; Generator: Google Tint Compiler; 0
4; Bound: 8
5; Schema: 0
6               OpCapability Shader
7               OpMemoryModel Logical GLSL450
8               OpEntryPoint GLCompute %f "f"
9               OpExecutionMode %f LocalSize 1 1 1
10               OpName %f "f"
11       %void = OpTypeVoid
12          %1 = OpTypeFunction %void
13        %int = OpTypeInt 32 1
14      %int_1 = OpConstant %int 1
15          %f = OpFunction %void None %1
16          %4 = OpLabel
17          %7 = OpCopyObject %int %int_1
18               OpReturn
19               OpFunctionEnd
20