attribute.instance.missing.gs.hlsl 114 B

123456
  1. // Run: %dxc -T gs_6_0 -E main
  2. // CHECK: OpExecutionMode %main Invocations 1
  3. [maxvertexcount(2)]
  4. void main() {}