MCPcopy Create free account
hub / github.com/DTolm/VkFFT / functionGraphs

Method functionGraphs

metal-cpp/Metal/MTLFunctionStitching.hpp:286–289  ·  view source on GitHub ↗

property: functionGraphs

Source from the content-addressed store, hash-verified

284
285// property: functionGraphs
286_MTL_INLINE NS::Array* MTL::StitchedLibraryDescriptor::functionGraphs() const
287{
288 return Object::sendMessage<NS::Array*>(this, _MTL_PRIVATE_SEL(functionGraphs));
289}
290
291_MTL_INLINE void MTL::StitchedLibraryDescriptor::setFunctionGraphs(const NS::Array* functionGraphs)
292{

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected