blob: 05a467dc149b44de04d5bcb697c01dd6ebdfe39c [file] [log] [blame]
; SPIR-V
; Version: 1.3
; Generator: Google Tint Compiler; 1
; Bound: 12
; Schema: 0
OpCapability Shader
OpMemoryModel Logical GLSL450
OpEntryPoint GLCompute %unused_entry_point "unused_entry_point"
OpExecutionMode %unused_entry_point LocalSize 1 1 1
OpName %f "f"
OpName %vec3f "vec3f"
OpName %vec3f "b"
OpName %c "c"
OpName %c "d"
OpName %unused_entry_point "unused_entry_point"
%void = OpTypeVoid
%3 = OpTypeFunction %void
%int = OpTypeInt 32 1
%vec3f = OpConstant %int 1
%float = OpTypeFloat 32
%v3float = OpTypeVector %float 3
%c = OpConstantNull %v3float
%f = OpFunction %void None %3
%4 = OpLabel
OpReturn
OpFunctionEnd
%unused_entry_point = OpFunction %void None %3
%11 = OpLabel
OpReturn
OpFunctionEnd