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