MTLResourceStateCommandEncoder_Extensions.MoveTextureMappings 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 void MoveTextureMappings(this Metal.IMTLResourceStateCommandEncoder This, Metal.IMTLTexture sourceTexture, UIntPtr sourceSlice, UIntPtr sourceLevel, Metal.MTLOrigin sourceOrigin, Metal.MTLSize sourceSize, Metal.IMTLTexture destinationTexture, UIntPtr destinationSlice, UIntPtr destinationLevel, Metal.MTLOrigin destinationOrigin);
[<ObjCRuntime.BindingImpl(ObjCRuntime.BindingImplOptions.GeneratedCode | ObjCRuntime.BindingImplOptions.Optimizable)>]
static member MoveTextureMappings : Metal.IMTLResourceStateCommandEncoder * Metal.IMTLTexture * unativeint * unativeint * Metal.MTLOrigin * Metal.MTLSize * Metal.IMTLTexture * unativeint * unativeint * Metal.MTLOrigin -> unit
Parameters
- sourceTexture
- IMTLTexture
- sourceSlice
-
UIntPtr
unativeint
- sourceLevel
-
UIntPtr
unativeint
- sourceOrigin
- MTLOrigin
- sourceSize
- MTLSize
- destinationTexture
- IMTLTexture
- destinationSlice
-
UIntPtr
unativeint
- destinationLevel
-
UIntPtr
unativeint
- destinationOrigin
- MTLOrigin
- Attributes