MTLCommandBuffer_Extensions.CreateResourceStateCommandEncoder 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.
[ObjCRuntime.BindingImpl(ObjCRuntime.BindingImplOptions.GeneratedCode | ObjCRuntime.BindingImplOptions.Optimizable)]
public static Metal.IMTLResourceStateCommandEncoder CreateResourceStateCommandEncoder(this Metal.IMTLCommandBuffer This, Metal.MTLResourceStatePassDescriptor resourceStatePassDescriptor);
[<ObjCRuntime.BindingImpl(ObjCRuntime.BindingImplOptions.GeneratedCode | ObjCRuntime.BindingImplOptions.Optimizable)>]
static member CreateResourceStateCommandEncoder : Metal.IMTLCommandBuffer * Metal.MTLResourceStatePassDescriptor -> Metal.IMTLResourceStateCommandEncoder
Parameters
- This
- IMTLCommandBuffer
- resourceStatePassDescriptor
- MTLResourceStatePassDescriptor
Returns
- Attributes