blob: 3398fe2238c8b22a76de31d5cd8925d5008ba241 [file] [log] [blame]
; SPIR-V
; Version: 1.3
; Generator: Google Tint Compiler; 0
; Bound: 20
; 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 %i "i"
OpName %u "u"
OpName %unused_entry_point "unused_entry_point"
%float = OpTypeFloat 32
%v3float = OpTypeVector %float 3
%3 = OpConstantNull %v3float
%_ptr_Private_v3float = OpTypePointer Private %v3float
%f = OpVariable %_ptr_Private_v3float Private %3
%int = OpTypeInt 32 1
%v3int = OpTypeVector %int 3
%8 = OpConstantNull %v3int
%_ptr_Private_v3int = OpTypePointer Private %v3int
%i = OpVariable %_ptr_Private_v3int Private %8
%uint = OpTypeInt 32 0
%v3uint = OpTypeVector %uint 3
%13 = OpConstantNull %v3uint
%_ptr_Private_v3uint = OpTypePointer Private %v3uint
%u = OpVariable %_ptr_Private_v3uint Private %13
%void = OpTypeVoid
%16 = OpTypeFunction %void
%unused_entry_point = OpFunction %void None %16
%19 = OpLabel
OpReturn
OpFunctionEnd