blob: 44f414ec1115c00775f6b2eda284fd5748cd6018 [file] [log] [blame]
OpCapability Shader
OpMemoryModel Logical GLSL450
OpEntryPoint GLCompute %main "main"
OpExecutionMode %main LocalSize 1 1 1
OpName %main "main"
OpName %voidfn "voidfn"
OpName %s_ty "s_ty"
OpName %i_ty "i_ty"
OpName %si_ty "si_ty"
OpName %p_s_ty "p_s_ty"
OpName %p_i_ty "p_i_ty"
OpName %p_si_ty "p_si_ty"
OpName %st_ty "st_ty"
OpName %pu_st_ty "pu_st_ty"
OpName %pb_st_ty "pb_st_ty"
OpDecorate %st_ty Block
OpMemberDecorate %st_ty 0 Offset 0
%float = OpTypeFloat 32
%uint = OpTypeInt 32 0
%uint_0 = OpConstant %uint 0
%uint_3 = OpConstant %uint 3
%void = OpTypeVoid
%voidfn = OpTypeFunction %void
%s_ty = OpTypeSampler
%i_ty = OpTypeImage %float 2D 0 0 0 1 Unknown
%si_ty = OpTypeSampledImage %i_ty
%p_i_ty = OpTypePointer UniformConstant %i_ty
%p_s_ty = OpTypePointer UniformConstant %s_ty
%p_si_ty = OpTypePointer UniformConstant %si_ty
%st_ty = OpTypeStruct %uint
%pu_st_ty = OpTypePointer Uniform %st_ty
%pb_st_ty = OpTypePointer StorageBuffer %st_ty
%main = OpFunction %void None %voidfn
%100 = OpLabel
OpReturn
OpFunctionEnd