blob: ef06878a41c53a30a889babd3a6b46dd384d3305 [file] [log] [blame]
; SPIR-V
; Version: 1.3
; Generator: Google Tint Compiler; 0
; Bound: 11
; Schema: 0
OpCapability Shader
OpMemoryModel Logical GLSL450
OpEntryPoint GLCompute %main "main"
OpExecutionMode %main LocalSize 1 1 1
OpName %t_f "t_f"
OpName %main "main"
OpDecorate %t_f DescriptorSet 0
OpDecorate %t_f Binding 0
%float = OpTypeFloat 32
%3 = OpTypeImage %float 2D 1 1 0 1 Unknown
%_ptr_UniformConstant_3 = OpTypePointer UniformConstant %3
%t_f = OpVariable %_ptr_UniformConstant_3 UniformConstant
%void = OpTypeVoid
%5 = OpTypeFunction %void
%main = OpFunction %void None %5
%8 = OpLabel
%10 = OpLoad %3 %t_f
OpReturn
OpFunctionEnd