method: optimizeContentsForCPUAccess:
| 205 | |
| 206 | // method: optimizeContentsForCPUAccess: |
| 207 | _MTL_INLINE void MTL::BlitCommandEncoder::optimizeContentsForCPUAccess(const MTL::Texture* texture) |
| 208 | { |
| 209 | Object::sendMessage<void>(this, _MTL_PRIVATE_SEL(optimizeContentsForCPUAccess_), texture); |
| 210 | } |
| 211 | |
| 212 | // method: optimizeContentsForCPUAccess:slice:level: |
| 213 | _MTL_INLINE void MTL::BlitCommandEncoder::optimizeContentsForCPUAccess(const MTL::Texture* texture, NS::UInteger slice, NS::UInteger level) |
nothing calls this directly
no outgoing calls
no test coverage detected