IMTLResourceViewPool.CopyResourceViews 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.
[Foundation.Export("copyResourceViewsFromPool:sourceRange:destinationIndex:")]
[Foundation.RequiredMember]
[ObjCRuntime.BindingImpl(ObjCRuntime.BindingImplOptions.GeneratedCode | ObjCRuntime.BindingImplOptions.Optimizable)]
public virtual Metal.MTLResourceId CopyResourceViews(Metal.IMTLResourceViewPool sourcePool, Foundation.NSRange sourceRange, UIntPtr destinationIndex);
[<Foundation.Export("copyResourceViewsFromPool:sourceRange:destinationIndex:")>]
[<Foundation.RequiredMember>]
[<ObjCRuntime.BindingImpl(ObjCRuntime.BindingImplOptions.GeneratedCode | ObjCRuntime.BindingImplOptions.Optimizable)>]
abstract member CopyResourceViews : Metal.IMTLResourceViewPool * Foundation.NSRange * unativeint -> Metal.MTLResourceId
override this.CopyResourceViews : Metal.IMTLResourceViewPool * Foundation.NSRange * unativeint -> Metal.MTLResourceId
Parameters
- sourcePool
- IMTLResourceViewPool
- sourceRange
- NSRange
- destinationIndex
-
UIntPtr
unativeint
Returns
- Attributes