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