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

Method dispatchThreadsPerTile

metal-cpp/Metal/MTLRenderCommandEncoder.hpp:871–874  ·  view source on GitHub ↗

method: dispatchThreadsPerTile:

Source from the content-addressed store, hash-verified

869
870// method: dispatchThreadsPerTile:
871_MTL_INLINE void MTL::RenderCommandEncoder::dispatchThreadsPerTile(MTL::Size threadsPerTile)
872{
873 Object::sendMessage<void>(this, _MTL_PRIVATE_SEL(dispatchThreadsPerTile_), threadsPerTile);
874}
875
876// method: setThreadgroupMemoryLength:offset:atIndex:
877_MTL_INLINE void MTL::RenderCommandEncoder::setThreadgroupMemoryLength(NS::UInteger length, NS::UInteger offset, NS::UInteger index)

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected