GL.Oes.MatrixIndexPointer 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
MatrixIndexPointer(Int32, All, Int32, IntPtr)
[OpenTK.AutoGenerated(Category="1.1", EntryPoint="glMatrixIndexPointerOES", Version="1.1")]
public static void MatrixIndexPointer (int size, OpenTK.Graphics.ES11.All type, int stride, IntPtr pointer);
static member MatrixIndexPointer : int * OpenTK.Graphics.ES11.All * int * nativeint -> unit
Parameters
- size
- Int32
- type
- All
- stride
- Int32
- pointer
-
IntPtr
nativeint
- Attributes
Applies to
MatrixIndexPointer<T3>(Int32, All, Int32, T3[])
[OpenTK.AutoGenerated(Category="1.1", EntryPoint="glMatrixIndexPointerOES", Version="1.1")]
public static void MatrixIndexPointer<T3> (int size, OpenTK.Graphics.ES11.All type, int stride, T3[] pointer) where T3 : struct;
static member MatrixIndexPointer : int * OpenTK.Graphics.ES11.All * int * 'T3[] -> unit (requires 'T3 : struct)
Type Parameters
- T3
Parameters
- size
- Int32
- type
- All
- stride
- Int32
- pointer
- T3[]
- Attributes
Applies to
MatrixIndexPointer<T3>(Int32, All, Int32, T3[,])
[OpenTK.AutoGenerated(Category="1.1", EntryPoint="glMatrixIndexPointerOES", Version="1.1")]
public static void MatrixIndexPointer<T3> (int size, OpenTK.Graphics.ES11.All type, int stride, T3[,] pointer) where T3 : struct;
static member MatrixIndexPointer : int * OpenTK.Graphics.ES11.All * int * 'T3[,] -> unit (requires 'T3 : struct)
Type Parameters
- T3
Parameters
- size
- Int32
- type
- All
- stride
- Int32
- pointer
- T3[,]
- Attributes
Applies to
MatrixIndexPointer<T3>(Int32, All, Int32, T3[,,])
[OpenTK.AutoGenerated(Category="1.1", EntryPoint="glMatrixIndexPointerOES", Version="1.1")]
public static void MatrixIndexPointer<T3> (int size, OpenTK.Graphics.ES11.All type, int stride, T3[,,] pointer) where T3 : struct;
static member MatrixIndexPointer : int * OpenTK.Graphics.ES11.All * int * 'T3[,,] -> unit (requires 'T3 : struct)
Type Parameters
- T3
Parameters
- size
- Int32
- type
- All
- stride
- Int32
- pointer
- T3[,,]
- Attributes
Applies to
MatrixIndexPointer<T3>(Int32, All, Int32, T3)
[OpenTK.AutoGenerated(Category="1.1", EntryPoint="glMatrixIndexPointerOES", Version="1.1")]
public static void MatrixIndexPointer<T3> (int size, OpenTK.Graphics.ES11.All type, int stride, out T3 pointer) where T3 : struct;
static member MatrixIndexPointer : int * OpenTK.Graphics.ES11.All * int * -> unit (requires 'T3 : struct)
Type Parameters
- T3
Parameters
- size
- Int32
- type
- All
- stride
- Int32
- pointer
- T3
- Attributes