pub fn groups(platform: Platform) -> Vec<Vec<&'static Program>>Expand description
How a host’s entries group into artifacts. Metal takes the pair as one library: slangc emits one MSL translation unit and the runtime wants one library to pull both functions out of. The other two hosts take one artifact per entry.