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

Method functionCount

metal-cpp/Metal/MTLVisibleFunctionTable.hpp:76–79  ·  view source on GitHub ↗

property: functionCount

Source from the content-addressed store, hash-verified

74
75// property: functionCount
76_MTL_INLINE NS::UInteger MTL::VisibleFunctionTableDescriptor::functionCount() const
77{
78 return Object::sendMessage<NS::UInteger>(this, _MTL_PRIVATE_SEL(functionCount));
79}
80
81_MTL_INLINE void MTL::VisibleFunctionTableDescriptor::setFunctionCount(NS::UInteger functionCount)
82{

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected