Does Metal support Transform Feedback?
I can't see any way of indicating that vertex function output should be directed to a MTLBuffer (presumably in device space), for use as vertex input to a later draw call.
Am I missing something in the API, or is Transform Feedback implemented via a different paradigm under Metal?
...Bill