28 lines
875 B
Plaintext
28 lines
875 B
Plaintext
; SPIR-V
|
|
; Version: 1.3
|
|
; Generator: Google Tint Compiler; 0
|
|
; Bound: 13
|
|
; Schema: 0
|
|
OpCapability Shader
|
|
OpMemoryModel Logical GLSL450
|
|
OpEntryPoint GLCompute %f0 "f0"
|
|
OpExecutionMode %f0 LocalSize 1 1 1
|
|
OpName %f0 "f0"
|
|
OpName %f1 "f1"
|
|
%void = OpTypeVoid
|
|
%1 = OpTypeFunction %void
|
|
%int = OpTypeInt 32 1
|
|
%int_2147483647 = OpConstant %int 2147483647
|
|
%int_1 = OpConstant %int 1
|
|
%int_n2147483648 = OpConstant %int -2147483648
|
|
%f0 = OpFunction %void None %1
|
|
%4 = OpLabel
|
|
%8 = OpIAdd %int %int_2147483647 %int_1
|
|
OpReturn
|
|
OpFunctionEnd
|
|
%f1 = OpFunction %void None %1
|
|
%10 = OpLabel
|
|
%12 = OpISub %int %int_n2147483648 %int_1
|
|
OpReturn
|
|
OpFunctionEnd
|