MPSAccelerationStructure.Copy 方法

定义

重载

Copy(NSZone, MPSAccelerationStructureGroup)
Copy(NSZone)
Copy(NSZone, IMTLDevice)

Copy(NSZone, MPSAccelerationStructureGroup)

[Foundation.Export("copyWithZone:group:")]
public virtual MetalPerformanceShaders.MPSAccelerationStructure Copy (Foundation.NSZone zone, MetalPerformanceShaders.MPSAccelerationStructureGroup group);
override this.Copy : Foundation.NSZone * MetalPerformanceShaders.MPSAccelerationStructureGroup -> MetalPerformanceShaders.MPSAccelerationStructure

参数

zone
NSZone

返回

属性

适用于

Copy(NSZone)

[Foundation.Export("copyWithZone:")]
public virtual Foundation.NSObject Copy (Foundation.NSZone zone);
override this.Copy : Foundation.NSZone -> Foundation.NSObject

参数

zone
NSZone

返回

实现

属性

适用于

Copy(NSZone, IMTLDevice)

[Foundation.Export("copyWithZone:device:")]
public virtual MetalPerformanceShaders.MPSAccelerationStructure Copy (Foundation.NSZone zone, Metal.IMTLDevice device);
override this.Copy : Foundation.NSZone * Metal.IMTLDevice -> MetalPerformanceShaders.MPSAccelerationStructure

参数

zone
NSZone
device
IMTLDevice

返回

属性

适用于