MTLCommandBuffer_Extensions.CreateAccelerationStructureCommandEncoder 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.
Overloads
| Name | Description |
|---|---|
| CreateAccelerationStructureCommandEncoder(IMTLCommandBuffer) | |
| CreateAccelerationStructureCommandEncoder(IMTLCommandBuffer, MTLAccelerationStructurePassDescriptor) |
CreateAccelerationStructureCommandEncoder(IMTLCommandBuffer)
[ObjCRuntime.BindingImpl(ObjCRuntime.BindingImplOptions.GeneratedCode | ObjCRuntime.BindingImplOptions.Optimizable)]
public static Metal.IMTLAccelerationStructureCommandEncoder CreateAccelerationStructureCommandEncoder(this Metal.IMTLCommandBuffer This);
[<ObjCRuntime.BindingImpl(ObjCRuntime.BindingImplOptions.GeneratedCode | ObjCRuntime.BindingImplOptions.Optimizable)>]
static member CreateAccelerationStructureCommandEncoder : Metal.IMTLCommandBuffer -> Metal.IMTLAccelerationStructureCommandEncoder
Parameters
- This
- IMTLCommandBuffer
Returns
- Attributes
Applies to
CreateAccelerationStructureCommandEncoder(IMTLCommandBuffer, MTLAccelerationStructurePassDescriptor)
[ObjCRuntime.BindingImpl(ObjCRuntime.BindingImplOptions.GeneratedCode | ObjCRuntime.BindingImplOptions.Optimizable)]
public static Metal.IMTLAccelerationStructureCommandEncoder CreateAccelerationStructureCommandEncoder(this Metal.IMTLCommandBuffer This, Metal.MTLAccelerationStructurePassDescriptor descriptor);
[<ObjCRuntime.BindingImpl(ObjCRuntime.BindingImplOptions.GeneratedCode | ObjCRuntime.BindingImplOptions.Optimizable)>]
static member CreateAccelerationStructureCommandEncoder : Metal.IMTLCommandBuffer * Metal.MTLAccelerationStructurePassDescriptor -> Metal.IMTLAccelerationStructureCommandEncoder
Parameters
- This
- IMTLCommandBuffer
- descriptor
- MTLAccelerationStructurePassDescriptor
Returns
- Attributes