27 lines
814 B
Plaintext
27 lines
814 B
Plaintext
|
; SPIR-V
|
||
|
; Version: 1.3
|
||
|
; Generator: Google Tint Compiler; 0
|
||
|
; Bound: 12
|
||
|
; Schema: 0
|
||
|
OpCapability Shader
|
||
|
OpMemoryModel Logical GLSL450
|
||
|
OpEntryPoint Fragment %main "main"
|
||
|
OpExecutionMode %main OriginUpperLeft
|
||
|
OpName %g "g"
|
||
|
OpName %main "main"
|
||
|
%int = OpTypeInt 32 1
|
||
|
%v4int = OpTypeVector %int 4
|
||
|
%1 = OpTypeFunction %v4int
|
||
|
%6 = OpConstantNull %v4int
|
||
|
%void = OpTypeVoid
|
||
|
%7 = OpTypeFunction %void
|
||
|
%g = OpFunction %v4int None %1
|
||
|
%5 = OpLabel
|
||
|
OpReturnValue %6
|
||
|
OpFunctionEnd
|
||
|
%main = OpFunction %void None %7
|
||
|
%10 = OpLabel
|
||
|
%11 = OpFunctionCall %v4int %g
|
||
|
OpReturn
|
||
|
OpFunctionEnd
|