metal-shaderconverter needs to output air files

Seems that metal-shaderconverter can build a metallib, but I need .air files. Then I link the .air files into a single metallib and metallibdsym file.

HLSL -> dxc -> DXIL -> metal-shaderconverter -> .metallib

But there's no way to link together multiple metallib into a single metallib is there?

Replies

Seems this isn't supported. So then would need to ship loose-packed metal files in a bundle or archive them myself.