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

Method functionType

metal-cpp/Metal/MTLFunctionHandle.hpp:46–49  ·  view source on GitHub ↗

property: functionType

Source from the content-addressed store, hash-verified

44
45// property: functionType
46_MTL_INLINE MTL::FunctionType MTL::FunctionHandle::functionType() const
47{
48 return Object::sendMessage<MTL::FunctionType>(this, _MTL_PRIVATE_SEL(functionType));
49}
50
51// property: name
52_MTL_INLINE NS::String* MTL::FunctionHandle::name() const

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected