IGL11Ext.GlWeightPointerOES 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
GlWeightPointerOES(Int32, Int32, Int32, Buffer) | |
GlWeightPointerOES(Int32, Int32, Int32, Int32) |
GlWeightPointerOES(Int32, Int32, Int32, Buffer)
[Android.Runtime.Register("glWeightPointerOES", "(IIILjava/nio/Buffer;)V", "GetGlWeightPointerOES_IIILjava_nio_Buffer_Handler:Javax.Microedition.Khronos.Opengles.IGL11ExtInvoker, Mono.Android, Version=0.0.0.0, Culture=neutral, PublicKeyToken=null")]
public void GlWeightPointerOES (int size, int type, int stride, Java.Nio.Buffer? pointer);
[<Android.Runtime.Register("glWeightPointerOES", "(IIILjava/nio/Buffer;)V", "GetGlWeightPointerOES_IIILjava_nio_Buffer_Handler:Javax.Microedition.Khronos.Opengles.IGL11ExtInvoker, Mono.Android, Version=0.0.0.0, Culture=neutral, PublicKeyToken=null")>]
abstract member GlWeightPointerOES : int * int * int * Java.Nio.Buffer -> unit
Parameters
- size
- Int32
- type
- Int32
- stride
- Int32
- pointer
- Buffer
- Attributes
Remarks
Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
Applies to
GlWeightPointerOES(Int32, Int32, Int32, Int32)
[Android.Runtime.Register("glWeightPointerOES", "(IIII)V", "GetGlWeightPointerOES_IIIIHandler:Javax.Microedition.Khronos.Opengles.IGL11ExtInvoker, Mono.Android, Version=0.0.0.0, Culture=neutral, PublicKeyToken=null")]
public void GlWeightPointerOES (int size, int type, int stride, int offset);
[<Android.Runtime.Register("glWeightPointerOES", "(IIII)V", "GetGlWeightPointerOES_IIIIHandler:Javax.Microedition.Khronos.Opengles.IGL11ExtInvoker, Mono.Android, Version=0.0.0.0, Culture=neutral, PublicKeyToken=null")>]
abstract member GlWeightPointerOES : int * int * int * int -> unit
Parameters
- size
- Int32
- type
- Int32
- stride
- Int32
- offset
- Int32
- Attributes
Remarks
Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.