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

Method optimizeContentsForCPUAccess

metal-cpp/Metal/MTLBlitCommandEncoder.hpp:207–210  ·  view source on GitHub ↗

method: optimizeContentsForCPUAccess:

Source from the content-addressed store, hash-verified

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)

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected