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