attribute.instance.gs.hlsl 130 B

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