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

Method functionDescriptor

metal-cpp/Metal/MTLFunctionDescriptor.hpp:86–89  ·  view source on GitHub ↗

static method: functionDescriptor

Source from the content-addressed store, hash-verified

84
85// static method: functionDescriptor
86_MTL_INLINE MTL::FunctionDescriptor* MTL::FunctionDescriptor::functionDescriptor()
87{
88 return Object::sendMessage<MTL::FunctionDescriptor*>(_MTL_PRIVATE_CLS(MTLFunctionDescriptor), _MTL_PRIVATE_SEL(functionDescriptor));
89}
90
91// property: name
92_MTL_INLINE NS::String* MTL::FunctionDescriptor::name() const

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected