wgpu/naga/tests/out/spv/empty.spvasm
2023-10-25 14:25:04 -04:00

17 lines
337 B
Plaintext

; SPIR-V
; Version: 1.1
; Generator: rspirv
; Bound: 7
OpCapability Shader
%1 = OpExtInstImport "GLSL.std.450"
OpMemoryModel Logical GLSL450
OpEntryPoint GLCompute %4 "main"
OpExecutionMode %4 LocalSize 1 1 1
%2 = OpTypeVoid
%5 = OpTypeFunction %2
%4 = OpFunction %2 None %5
%3 = OpLabel
OpBranch %6
%6 = OpLabel
OpReturn
OpFunctionEnd