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