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

Method optimizeContentsForGPUAccess

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

method: optimizeContentsForGPUAccess:

Source from the content-addressed store, hash-verified

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)

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected