blob: 26bdfbf5120ad749de3f9283a62bcfcbc33423f7 [file] [log] [blame]
; Test: SpvParserTest_ConvertType_Image_PretendVoid.spvasm
; SPIR-V
; Version: 1.0
; Generator: Khronos SPIR-V Tools Assembler; 0
; Bound: 7
; Schema: 0
OpCapability Shader
OpMemoryModel Logical Simple
OpEntryPoint Fragment %2 "x_100"
OpExecutionMode %2 OriginUpperLeft
%float = OpTypeFloat 32
%1 = OpTypeImage %float 2D 0 0 0 1 Unknown
%void = OpTypeVoid
%5 = OpTypeFunction %void
%2 = OpFunction %void None %5
%6 = OpLabel
OpReturn
OpFunctionEnd