blob: 1e249024d7618873f771388cd17e86c7e8675e6b [file] [log] [blame]
; SPIR-V
; Version: 1.3
; Generator: Google Tint Compiler; 0
; Bound: 5
; Schema: 0
OpCapability Shader
OpMemoryModel Logical GLSL450
OpEntryPoint GLCompute %a "a"
OpExecutionMode %a LocalSize 1 1 1
OpName %a "a"
%void = OpTypeVoid
%1 = OpTypeFunction %void
%a = OpFunction %void None %1
%4 = OpLabel
OpReturn
OpFunctionEnd