method: optimizeContentsForGPUAccess:
| 193 | |
| 194 | // method: optimizeContentsForGPUAccess: |
| 195 | _MTL_INLINE void MTL::BlitCommandEncoder::optimizeContentsForGPUAccess(const MTL::Texture* texture) |
| 196 | { |
| 197 | Object::sendMessage<void>(this, _MTL_PRIVATE_SEL(optimizeContentsForGPUAccess_), texture); |
| 198 | } |
| 199 | |
| 200 | // method: optimizeContentsForGPUAccess:slice:level: |
| 201 | _MTL_INLINE void MTL::BlitCommandEncoder::optimizeContentsForGPUAccess(const MTL::Texture* texture, NS::UInteger slice, NS::UInteger level) |
nothing calls this directly
no outgoing calls
no test coverage detected