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