Share via


IMTLComputeCommandEncoder.SetBytes Method

Definition

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

Applies to