microsoft / ShaderConductor

ShaderConductor is a tool designed for cross-compiling HLSL to other shading languages

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Metal SL doesn't have GS, shouldn't support it

gongminmin opened this issue · comments

Describe the bug
Compile a geometry shader to MSL.

To Reproduce
ShaderConductorCmd -I Particle_GS.hlsl -S gs -T msl

Expected behavior
An error message about unknown execution model.

Additional context
A msl is generated, with "unknown" entry type inside.