IMTLComputeCommandEncoder.SetBytes 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
SetBytes(IntPtr, UIntPtr, UIntPtr)
[Foundation.Export("setBytes:length:atIndex:")]
[Foundation.RequiredMember]
[ObjCRuntime.BindingImpl(ObjCRuntime.BindingImplOptions.GeneratedCode | ObjCRuntime.BindingImplOptions.Optimizable)]
public virtual void SetBytes(IntPtr bytes, UIntPtr length, UIntPtr index);
[<Foundation.Export("setBytes:length:atIndex:")>]
[<Foundation.RequiredMember>]
[<ObjCRuntime.BindingImpl(ObjCRuntime.BindingImplOptions.GeneratedCode | ObjCRuntime.BindingImplOptions.Optimizable)>]
abstract member SetBytes : nativeint * unativeint * unativeint -> unit
override this.SetBytes : nativeint * unativeint * unativeint -> unit
Parameters
- bytes
-
IntPtr
nativeint
- length
-
UIntPtr
unativeint
- index
-
UIntPtr
unativeint
- Attributes
Applies to
SetBytes(IntPtr, UIntPtr, UIntPtr, UIntPtr)
[Foundation.Export("setBytes:length:attributeStride:atIndex:")]
[Foundation.RequiredMember]
[ObjCRuntime.BindingImpl(ObjCRuntime.BindingImplOptions.GeneratedCode | ObjCRuntime.BindingImplOptions.Optimizable)]
public virtual void SetBytes(IntPtr bytes, UIntPtr length, UIntPtr stride, UIntPtr index);
[<Foundation.Export("setBytes:length:attributeStride:atIndex:")>]
[<Foundation.RequiredMember>]
[<ObjCRuntime.BindingImpl(ObjCRuntime.BindingImplOptions.GeneratedCode | ObjCRuntime.BindingImplOptions.Optimizable)>]
abstract member SetBytes : nativeint * unativeint * unativeint * unativeint -> unit
override this.SetBytes : nativeint * unativeint * unativeint * unativeint -> unit
Parameters
- bytes
-
IntPtr
nativeint
- length
-
UIntPtr
unativeint
- stride
-
UIntPtr
unativeint
- index
-
UIntPtr
unativeint
- Attributes