functionNames
The names of all public functions in the library.
Declaration
var functionNames: [String] { get }Discussion
Inside a Metal library, functions with the vertex, fragment, or kernel function attributes are entry points into the library. Functions without these attributes are private.