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