blob: 43a1b5bd55a0d9f8950a3ab3867da4912afea579 [file] [log] [blame]
; SPIR-V
; Version: 1.3
; Generator: Google Tint Compiler; 1
; Bound: 10
; Schema: 0
OpCapability Shader
OpMemoryModel Logical GLSL450
OpEntryPoint Fragment %f "f"
OpExecutionMode %f OriginUpperLeft
OpName %f "f"
OpMemberName %S 0 "m"
OpName %S "S"
OpName %v "v"
OpMemberDecorate %S 0 Offset 0
%void = OpTypeVoid
%3 = OpTypeFunction %void
%int = OpTypeInt 32 1
%S = OpTypeStruct %int
%_ptr_Function_S = OpTypePointer Function %S
%9 = OpConstantNull %S
%f = OpFunction %void None %3
%4 = OpLabel
%v = OpVariable %_ptr_Function_S Function %9
OpReturn
OpFunctionEnd