MPSInstanceAccelerationStructure 构造函数
定义
重要
一些信息与预发行产品相关,相应产品在发行之前可能会进行重大修改。 对于此处提供的信息,Microsoft 不作任何明示或暗示的担保。
重载
MPSInstanceAccelerationStructure(NSCoder)
[Foundation.Export("initWithCoder:")]
[ObjCRuntime.DesignatedInitializer]
public MPSInstanceAccelerationStructure (Foundation.NSCoder coder);
new MetalPerformanceShaders.MPSInstanceAccelerationStructure : Foundation.NSCoder -> MetalPerformanceShaders.MPSInstanceAccelerationStructure
参数
- coder
- NSCoder
- 属性
适用于
MPSInstanceAccelerationStructure(NSObjectFlag)
protected MPSInstanceAccelerationStructure (Foundation.NSObjectFlag t);
new MetalPerformanceShaders.MPSInstanceAccelerationStructure : Foundation.NSObjectFlag -> MetalPerformanceShaders.MPSInstanceAccelerationStructure
参数
适用于
MPSInstanceAccelerationStructure(IMTLDevice)
[Foundation.Export("initWithDevice:")]
[ObjCRuntime.DesignatedInitializer]
public MPSInstanceAccelerationStructure (Metal.IMTLDevice device);
new MetalPerformanceShaders.MPSInstanceAccelerationStructure : Metal.IMTLDevice -> MetalPerformanceShaders.MPSInstanceAccelerationStructure
参数
- device
- IMTLDevice
- 属性
适用于
MPSInstanceAccelerationStructure(MPSAccelerationStructureGroup)
[Foundation.Export("initWithGroup:")]
[ObjCRuntime.DesignatedInitializer]
public MPSInstanceAccelerationStructure (MetalPerformanceShaders.MPSAccelerationStructureGroup group);
new MetalPerformanceShaders.MPSInstanceAccelerationStructure : MetalPerformanceShaders.MPSAccelerationStructureGroup -> MetalPerformanceShaders.MPSInstanceAccelerationStructure
参数
- 属性
适用于
MPSInstanceAccelerationStructure(IntPtr)
protected internal MPSInstanceAccelerationStructure (IntPtr handle);
new MetalPerformanceShaders.MPSInstanceAccelerationStructure : nativeint -> MetalPerformanceShaders.MPSInstanceAccelerationStructure
参数
- handle
-
IntPtr
nativeint
适用于
MPSInstanceAccelerationStructure(NSCoder, IMTLDevice)
[Foundation.Export("initWithCoder:device:")]
[ObjCRuntime.DesignatedInitializer]
public MPSInstanceAccelerationStructure (Foundation.NSCoder aDecoder, Metal.IMTLDevice device);
new MetalPerformanceShaders.MPSInstanceAccelerationStructure : Foundation.NSCoder * Metal.IMTLDevice -> MetalPerformanceShaders.MPSInstanceAccelerationStructure
参数
- aDecoder
- NSCoder
- device
- IMTLDevice
- 属性
适用于
MPSInstanceAccelerationStructure(NSCoder, MPSAccelerationStructureGroup)
[Foundation.Export("initWithCoder:group:")]
[ObjCRuntime.DesignatedInitializer]
public MPSInstanceAccelerationStructure (Foundation.NSCoder aDecoder, MetalPerformanceShaders.MPSAccelerationStructureGroup group);
new MetalPerformanceShaders.MPSInstanceAccelerationStructure : Foundation.NSCoder * MetalPerformanceShaders.MPSAccelerationStructureGroup -> MetalPerformanceShaders.MPSInstanceAccelerationStructure
参数
- aDecoder
- NSCoder
- 属性