MPSTemporaryImage.PrefetchStorage Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Indicates to the framework that a specified commandBuffer
, with data that conforms to imageDescriptor
, may need to be cached.
[Foundation.Export("prefetchStorageWithCommandBuffer:imageDescriptorList:")]
public static void PrefetchStorage (Metal.IMTLCommandBuffer commandBuffer, MetalPerformanceShaders.MPSImageDescriptor[] descriptorList);
static member PrefetchStorage : Metal.IMTLCommandBuffer * MetalPerformanceShaders.MPSImageDescriptor[] -> unit
Parameters
- commandBuffer
- IMTLCommandBuffer
- descriptorList
- MPSImageDescriptor[]
- Attributes