MPSTriangleAccelerationStructure Constructors
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.
Overloads
MPSTriangleAccelerationStructure(NSCoder)
[Foundation.Export("initWithCoder:")]
[ObjCRuntime.DesignatedInitializer]
public MPSTriangleAccelerationStructure (Foundation.NSCoder coder);
new MetalPerformanceShaders.MPSTriangleAccelerationStructure : Foundation.NSCoder -> MetalPerformanceShaders.MPSTriangleAccelerationStructure
Parameters
- coder
- NSCoder
- Attributes
Applies to
MPSTriangleAccelerationStructure(NSObjectFlag)
protected MPSTriangleAccelerationStructure (Foundation.NSObjectFlag t);
new MetalPerformanceShaders.MPSTriangleAccelerationStructure : Foundation.NSObjectFlag -> MetalPerformanceShaders.MPSTriangleAccelerationStructure
Parameters
Applies to
MPSTriangleAccelerationStructure(IMTLDevice)
[Foundation.Export("initWithDevice:")]
[ObjCRuntime.DesignatedInitializer]
public MPSTriangleAccelerationStructure (Metal.IMTLDevice device);
new MetalPerformanceShaders.MPSTriangleAccelerationStructure : Metal.IMTLDevice -> MetalPerformanceShaders.MPSTriangleAccelerationStructure
Parameters
- device
- IMTLDevice
- Attributes
Applies to
MPSTriangleAccelerationStructure(MPSAccelerationStructureGroup)
[Foundation.Export("initWithGroup:")]
[ObjCRuntime.DesignatedInitializer]
public MPSTriangleAccelerationStructure (MetalPerformanceShaders.MPSAccelerationStructureGroup group);
new MetalPerformanceShaders.MPSTriangleAccelerationStructure : MetalPerformanceShaders.MPSAccelerationStructureGroup -> MetalPerformanceShaders.MPSTriangleAccelerationStructure
Parameters
- Attributes
Applies to
MPSTriangleAccelerationStructure(IntPtr)
protected internal MPSTriangleAccelerationStructure (IntPtr handle);
new MetalPerformanceShaders.MPSTriangleAccelerationStructure : nativeint -> MetalPerformanceShaders.MPSTriangleAccelerationStructure
Parameters
- handle
-
IntPtr
nativeint
Applies to
MPSTriangleAccelerationStructure(NSCoder, IMTLDevice)
[Foundation.Export("initWithCoder:device:")]
[ObjCRuntime.DesignatedInitializer]
public MPSTriangleAccelerationStructure (Foundation.NSCoder aDecoder, Metal.IMTLDevice device);
new MetalPerformanceShaders.MPSTriangleAccelerationStructure : Foundation.NSCoder * Metal.IMTLDevice -> MetalPerformanceShaders.MPSTriangleAccelerationStructure
Parameters
- aDecoder
- NSCoder
- device
- IMTLDevice
- Attributes
Applies to
MPSTriangleAccelerationStructure(NSCoder, MPSAccelerationStructureGroup)
[Foundation.Export("initWithCoder:group:")]
[ObjCRuntime.DesignatedInitializer]
public MPSTriangleAccelerationStructure (Foundation.NSCoder aDecoder, MetalPerformanceShaders.MPSAccelerationStructureGroup group);
new MetalPerformanceShaders.MPSTriangleAccelerationStructure : Foundation.NSCoder * MetalPerformanceShaders.MPSAccelerationStructureGroup -> MetalPerformanceShaders.MPSTriangleAccelerationStructure
Parameters
- aDecoder
- NSCoder
- Attributes