MPSImageAllocator_Extensions.GetImageBatch 方法
定义
重要
一些信息与预发行产品相关,相应产品在发行之前可能会进行重大修改。 对于此处提供的信息,Microsoft 不作任何明示或暗示的担保。
[ObjCRuntime.Introduced(ObjCRuntime.PlatformName.iOS, 11, 3, ObjCRuntime.PlatformArchitecture.All, null)]
[ObjCRuntime.Introduced(ObjCRuntime.PlatformName.TvOS, 11, 3, ObjCRuntime.PlatformArchitecture.All, null)]
[ObjCRuntime.Introduced(ObjCRuntime.PlatformName.MacOSX, 10, 13, 4, ObjCRuntime.PlatformArchitecture.Arch64, null)]
public static Foundation.NSArray<MetalPerformanceShaders.MPSImage> GetImageBatch (this MetalPerformanceShaders.IMPSImageAllocator This, Metal.IMTLCommandBuffer commandBuffer, MetalPerformanceShaders.MPSImageDescriptor descriptor, MetalPerformanceShaders.MPSKernel kernel, nuint count);
static member GetImageBatch : MetalPerformanceShaders.IMPSImageAllocator * Metal.IMTLCommandBuffer * MetalPerformanceShaders.MPSImageDescriptor * MetalPerformanceShaders.MPSKernel * nuint -> Foundation.NSArray<MetalPerformanceShaders.MPSImage>
参数
- This
- IMPSImageAllocator
- commandBuffer
- IMTLCommandBuffer
- descriptor
- MPSImageDescriptor
- kernel
- MPSKernel
- count
- System.System.UIntPtr System.unativeint
返回
- 属性