method: dispatchThreadsPerTile:
| 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) |
nothing calls this directly
no outgoing calls
no test coverage detected