Class GL.Ibm
Inherited Members
Namespace: OpenTK.Graphics.OpenGL
Assembly: OpenTK.dll
Syntax
public static class Ibm
Methods
ColorPointerList(Int32, ColorPointerType, Int32, IntPtr, Int32)
[requires: IBM_vertex_array_lists]
Declaration
[AutoGenerated(Category = "IBM_vertex_array_lists", Version = "", EntryPoint = "glColorPointerListIBM")]
public static void ColorPointerList(int size, ColorPointerType type, int stride, [Count(Computed = "size,type,stride")] IntPtr pointer, int ptrstride)
Parameters
Type | Name | Description |
---|---|---|
Int32 | size | |
ColorPointerType | type | |
Int32 | stride | |
IntPtr | pointer | [length: COMPSIZE(size,type,stride)] |
Int32 | ptrstride |
ColorPointerList<T3>(Int32, ColorPointerType, Int32, ref T3, Int32)
[requires: IBM_vertex_array_lists]
Declaration
[AutoGenerated(Category = "IBM_vertex_array_lists", Version = "", EntryPoint = "glColorPointerListIBM")]
public static void ColorPointerList<T3>(int size, ColorPointerType type, int stride, [Count(Computed = "size,type,stride")] ref T3 pointer, int ptrstride)
where T3 : struct
Parameters
Type | Name | Description |
---|---|---|
Int32 | size | |
ColorPointerType | type | |
Int32 | stride | |
T3 | pointer | [length: COMPSIZE(size,type,stride)] |
Int32 | ptrstride |
Type Parameters
Name | Description |
---|---|
T3 |
ColorPointerList<T3>(Int32, ColorPointerType, Int32, T3[], Int32)
[requires: IBM_vertex_array_lists]
Declaration
[AutoGenerated(Category = "IBM_vertex_array_lists", Version = "", EntryPoint = "glColorPointerListIBM")]
[CLSCompliant(false)]
public static void ColorPointerList<T3>(int size, ColorPointerType type, int stride, [Count(Computed = "size,type,stride")] T3[] pointer, int ptrstride)
where T3 : struct
Parameters
Type | Name | Description |
---|---|---|
Int32 | size | |
ColorPointerType | type | |
Int32 | stride | |
T3[] | pointer | [length: COMPSIZE(size,type,stride)] |
Int32 | ptrstride |
Type Parameters
Name | Description |
---|---|
T3 |
ColorPointerList<T3>(Int32, ColorPointerType, Int32, T3[,,], Int32)
[requires: IBM_vertex_array_lists]
Declaration
[AutoGenerated(Category = "IBM_vertex_array_lists", Version = "", EntryPoint = "glColorPointerListIBM")]
[CLSCompliant(false)]
public static void ColorPointerList<T3>(int size, ColorPointerType type, int stride, [Count(Computed = "size,type,stride")] T3[,, ] pointer, int ptrstride)
where T3 : struct
Parameters
Type | Name | Description |
---|---|---|
Int32 | size | |
ColorPointerType | type | |
Int32 | stride | |
T3[,,] | pointer | [length: COMPSIZE(size,type,stride)] |
Int32 | ptrstride |
Type Parameters
Name | Description |
---|---|
T3 |
ColorPointerList<T3>(Int32, ColorPointerType, Int32, T3[,], Int32)
[requires: IBM_vertex_array_lists]
Declaration
[AutoGenerated(Category = "IBM_vertex_array_lists", Version = "", EntryPoint = "glColorPointerListIBM")]
[CLSCompliant(false)]
public static void ColorPointerList<T3>(int size, ColorPointerType type, int stride, [Count(Computed = "size,type,stride")] T3[, ] pointer, int ptrstride)
where T3 : struct
Parameters
Type | Name | Description |
---|---|---|
Int32 | size | |
ColorPointerType | type | |
Int32 | stride | |
T3[,] | pointer | [length: COMPSIZE(size,type,stride)] |
Int32 | ptrstride |
Type Parameters
Name | Description |
---|---|
T3 |
EdgeFlagPointerList(Int32, Boolean**, Int32)
[requires: IBM_vertex_array_lists]
Declaration
[AutoGenerated(Category = "IBM_vertex_array_lists", Version = "", EntryPoint = "glEdgeFlagPointerListIBM")]
[CLSCompliant(false)]
public static void EdgeFlagPointerList(int stride, [Count(Computed = "stride")] bool **pointer, int ptrstride)
Parameters
Type | Name | Description |
---|---|---|
Int32 | stride | |
Boolean** | pointer | [length: COMPSIZE(stride)] |
Int32 | ptrstride |
EdgeFlagPointerList(Int32, ref Boolean*, Int32)
[requires: IBM_vertex_array_lists]
Declaration
[AutoGenerated(Category = "IBM_vertex_array_lists", Version = "", EntryPoint = "glEdgeFlagPointerListIBM")]
[CLSCompliant(false)]
public static void EdgeFlagPointerList(int stride, [Count(Computed = "stride")] ref bool *pointer, int ptrstride)
Parameters
Type | Name | Description |
---|---|---|
Int32 | stride | |
Boolean* | pointer | [length: COMPSIZE(stride)] |
Int32 | ptrstride |
EdgeFlagPointerList(Int32, Boolean*[], Int32)
[requires: IBM_vertex_array_lists]
Declaration
[AutoGenerated(Category = "IBM_vertex_array_lists", Version = "", EntryPoint = "glEdgeFlagPointerListIBM")]
[CLSCompliant(false)]
public static void EdgeFlagPointerList(int stride, [Count(Computed = "stride")] bool *[] pointer, int ptrstride)
Parameters
Type | Name | Description |
---|---|---|
Int32 | stride | |
Boolean*[] | pointer | [length: COMPSIZE(stride)] |
Int32 | ptrstride |
FlushStaticData(IbmStaticData)
[requires: IBM_static_data]
Declaration
[AutoGenerated(Category = "IBM_static_data", Version = "", EntryPoint = "glFlushStaticDataIBM")]
public static void FlushStaticData(IbmStaticData target)
Parameters
Type | Name | Description |
---|---|---|
IbmStaticData | target |
FogCoordPointerList(FogPointerType, Int32, IntPtr, Int32)
[requires: IBM_vertex_array_lists]
Declaration
[AutoGenerated(Category = "IBM_vertex_array_lists", Version = "", EntryPoint = "glFogCoordPointerListIBM")]
public static void FogCoordPointerList(FogPointerType type, int stride, [Count(Computed = "type,stride")] IntPtr pointer, int ptrstride)
Parameters
Type | Name | Description |
---|---|---|
FogPointerType | type | |
Int32 | stride | |
IntPtr | pointer | [length: COMPSIZE(type,stride)] |
Int32 | ptrstride |
FogCoordPointerList(IbmVertexArrayLists, Int32, IntPtr, Int32)
[requires: IBM_vertex_array_lists]
Declaration
[Obsolete("Use FogPointerType overload instead")]
[AutoGenerated(Category = "IBM_vertex_array_lists", Version = "", EntryPoint = "glFogCoordPointerListIBM")]
public static void FogCoordPointerList(IbmVertexArrayLists type, int stride, [Count(Computed = "type,stride")] IntPtr pointer, int ptrstride)
Parameters
Type | Name | Description |
---|---|---|
IbmVertexArrayLists | type | |
Int32 | stride | |
IntPtr | pointer | [length: COMPSIZE(type,stride)] |
Int32 | ptrstride |
FogCoordPointerList<T2>(FogPointerType, Int32, ref T2, Int32)
[requires: IBM_vertex_array_lists]
Declaration
[AutoGenerated(Category = "IBM_vertex_array_lists", Version = "", EntryPoint = "glFogCoordPointerListIBM")]
public static void FogCoordPointerList<T2>(FogPointerType type, int stride, [Count(Computed = "type,stride")] ref T2 pointer, int ptrstride)
where T2 : struct
Parameters
Type | Name | Description |
---|---|---|
FogPointerType | type | |
Int32 | stride | |
T2 | pointer | [length: COMPSIZE(type,stride)] |
Int32 | ptrstride |
Type Parameters
Name | Description |
---|---|
T2 |
FogCoordPointerList<T2>(FogPointerType, Int32, T2[], Int32)
[requires: IBM_vertex_array_lists]
Declaration
[AutoGenerated(Category = "IBM_vertex_array_lists", Version = "", EntryPoint = "glFogCoordPointerListIBM")]
[CLSCompliant(false)]
public static void FogCoordPointerList<T2>(FogPointerType type, int stride, [Count(Computed = "type,stride")] T2[] pointer, int ptrstride)
where T2 : struct
Parameters
Type | Name | Description |
---|---|---|
FogPointerType | type | |
Int32 | stride | |
T2[] | pointer | [length: COMPSIZE(type,stride)] |
Int32 | ptrstride |
Type Parameters
Name | Description |
---|---|
T2 |
FogCoordPointerList<T2>(FogPointerType, Int32, T2[,,], Int32)
[requires: IBM_vertex_array_lists]
Declaration
[AutoGenerated(Category = "IBM_vertex_array_lists", Version = "", EntryPoint = "glFogCoordPointerListIBM")]
[CLSCompliant(false)]
public static void FogCoordPointerList<T2>(FogPointerType type, int stride, [Count(Computed = "type,stride")] T2[,, ] pointer, int ptrstride)
where T2 : struct
Parameters
Type | Name | Description |
---|---|---|
FogPointerType | type | |
Int32 | stride | |
T2[,,] | pointer | [length: COMPSIZE(type,stride)] |
Int32 | ptrstride |
Type Parameters
Name | Description |
---|---|
T2 |
FogCoordPointerList<T2>(FogPointerType, Int32, T2[,], Int32)
[requires: IBM_vertex_array_lists]
Declaration
[AutoGenerated(Category = "IBM_vertex_array_lists", Version = "", EntryPoint = "glFogCoordPointerListIBM")]
[CLSCompliant(false)]
public static void FogCoordPointerList<T2>(FogPointerType type, int stride, [Count(Computed = "type,stride")] T2[, ] pointer, int ptrstride)
where T2 : struct
Parameters
Type | Name | Description |
---|---|---|
FogPointerType | type | |
Int32 | stride | |
T2[,] | pointer | [length: COMPSIZE(type,stride)] |
Int32 | ptrstride |
Type Parameters
Name | Description |
---|---|
T2 |
FogCoordPointerList<T2>(IbmVertexArrayLists, Int32, ref T2, Int32)
[requires: IBM_vertex_array_lists]
Declaration
[Obsolete("Use FogPointerType overload instead")]
[AutoGenerated(Category = "IBM_vertex_array_lists", Version = "", EntryPoint = "glFogCoordPointerListIBM")]
public static void FogCoordPointerList<T2>(IbmVertexArrayLists type, int stride, [Count(Computed = "type,stride")] ref T2 pointer, int ptrstride)
where T2 : struct
Parameters
Type | Name | Description |
---|---|---|
IbmVertexArrayLists | type | |
Int32 | stride | |
T2 | pointer | [length: COMPSIZE(type,stride)] |
Int32 | ptrstride |
Type Parameters
Name | Description |
---|---|
T2 |
FogCoordPointerList<T2>(IbmVertexArrayLists, Int32, T2[], Int32)
[requires: IBM_vertex_array_lists]
Declaration
[Obsolete("Use FogPointerType overload instead")]
[AutoGenerated(Category = "IBM_vertex_array_lists", Version = "", EntryPoint = "glFogCoordPointerListIBM")]
[CLSCompliant(false)]
public static void FogCoordPointerList<T2>(IbmVertexArrayLists type, int stride, [Count(Computed = "type,stride")] T2[] pointer, int ptrstride)
where T2 : struct
Parameters
Type | Name | Description |
---|---|---|
IbmVertexArrayLists | type | |
Int32 | stride | |
T2[] | pointer | [length: COMPSIZE(type,stride)] |
Int32 | ptrstride |
Type Parameters
Name | Description |
---|---|
T2 |
FogCoordPointerList<T2>(IbmVertexArrayLists, Int32, T2[,,], Int32)
[requires: IBM_vertex_array_lists]
Declaration
[Obsolete("Use FogPointerType overload instead")]
[AutoGenerated(Category = "IBM_vertex_array_lists", Version = "", EntryPoint = "glFogCoordPointerListIBM")]
[CLSCompliant(false)]
public static void FogCoordPointerList<T2>(IbmVertexArrayLists type, int stride, [Count(Computed = "type,stride")] T2[,, ] pointer, int ptrstride)
where T2 : struct
Parameters
Type | Name | Description |
---|---|---|
IbmVertexArrayLists | type | |
Int32 | stride | |
T2[,,] | pointer | [length: COMPSIZE(type,stride)] |
Int32 | ptrstride |
Type Parameters
Name | Description |
---|---|
T2 |
FogCoordPointerList<T2>(IbmVertexArrayLists, Int32, T2[,], Int32)
[requires: IBM_vertex_array_lists]
Declaration
[Obsolete("Use FogPointerType overload instead")]
[AutoGenerated(Category = "IBM_vertex_array_lists", Version = "", EntryPoint = "glFogCoordPointerListIBM")]
[CLSCompliant(false)]
public static void FogCoordPointerList<T2>(IbmVertexArrayLists type, int stride, [Count(Computed = "type,stride")] T2[, ] pointer, int ptrstride)
where T2 : struct
Parameters
Type | Name | Description |
---|---|---|
IbmVertexArrayLists | type | |
Int32 | stride | |
T2[,] | pointer | [length: COMPSIZE(type,stride)] |
Int32 | ptrstride |
Type Parameters
Name | Description |
---|---|
T2 |
IndexPointerList(IndexPointerType, Int32, IntPtr, Int32)
[requires: IBM_vertex_array_lists]
Declaration
[AutoGenerated(Category = "IBM_vertex_array_lists", Version = "", EntryPoint = "glIndexPointerListIBM")]
public static void IndexPointerList(IndexPointerType type, int stride, [Count(Computed = "type,stride")] IntPtr pointer, int ptrstride)
Parameters
Type | Name | Description |
---|---|---|
IndexPointerType | type | |
Int32 | stride | |
IntPtr | pointer | [length: COMPSIZE(type,stride)] |
Int32 | ptrstride |
IndexPointerList<T2>(IndexPointerType, Int32, ref T2, Int32)
[requires: IBM_vertex_array_lists]
Declaration
[AutoGenerated(Category = "IBM_vertex_array_lists", Version = "", EntryPoint = "glIndexPointerListIBM")]
public static void IndexPointerList<T2>(IndexPointerType type, int stride, [Count(Computed = "type,stride")] ref T2 pointer, int ptrstride)
where T2 : struct
Parameters
Type | Name | Description |
---|---|---|
IndexPointerType | type | |
Int32 | stride | |
T2 | pointer | [length: COMPSIZE(type,stride)] |
Int32 | ptrstride |
Type Parameters
Name | Description |
---|---|
T2 |
IndexPointerList<T2>(IndexPointerType, Int32, T2[], Int32)
[requires: IBM_vertex_array_lists]
Declaration
[AutoGenerated(Category = "IBM_vertex_array_lists", Version = "", EntryPoint = "glIndexPointerListIBM")]
[CLSCompliant(false)]
public static void IndexPointerList<T2>(IndexPointerType type, int stride, [Count(Computed = "type,stride")] T2[] pointer, int ptrstride)
where T2 : struct
Parameters
Type | Name | Description |
---|---|---|
IndexPointerType | type | |
Int32 | stride | |
T2[] | pointer | [length: COMPSIZE(type,stride)] |
Int32 | ptrstride |
Type Parameters
Name | Description |
---|---|
T2 |
IndexPointerList<T2>(IndexPointerType, Int32, T2[,,], Int32)
[requires: IBM_vertex_array_lists]
Declaration
[AutoGenerated(Category = "IBM_vertex_array_lists", Version = "", EntryPoint = "glIndexPointerListIBM")]
[CLSCompliant(false)]
public static void IndexPointerList<T2>(IndexPointerType type, int stride, [Count(Computed = "type,stride")] T2[,, ] pointer, int ptrstride)
where T2 : struct
Parameters
Type | Name | Description |
---|---|---|
IndexPointerType | type | |
Int32 | stride | |
T2[,,] | pointer | [length: COMPSIZE(type,stride)] |
Int32 | ptrstride |
Type Parameters
Name | Description |
---|---|
T2 |
IndexPointerList<T2>(IndexPointerType, Int32, T2[,], Int32)
[requires: IBM_vertex_array_lists]
Declaration
[AutoGenerated(Category = "IBM_vertex_array_lists", Version = "", EntryPoint = "glIndexPointerListIBM")]
[CLSCompliant(false)]
public static void IndexPointerList<T2>(IndexPointerType type, int stride, [Count(Computed = "type,stride")] T2[, ] pointer, int ptrstride)
where T2 : struct
Parameters
Type | Name | Description |
---|---|---|
IndexPointerType | type | |
Int32 | stride | |
T2[,] | pointer | [length: COMPSIZE(type,stride)] |
Int32 | ptrstride |
Type Parameters
Name | Description |
---|---|
T2 |
MultiModeDrawArrays(BeginMode*, Int32*, Int32*, Int32, Int32)
Declaration
[CLSCompliant(false)]
[AutoGenerated(Category = "IbmMultimodeDrawArrays", Version = "1.1", EntryPoint = "glMultiModeDrawArraysIBM")]
[Obsolete("Use PrimitiveType overload instead")]
public static void MultiModeDrawArrays(BeginMode*mode, int *first, int *count, int primcount, int modestride)
Parameters
Type | Name | Description |
---|---|---|
BeginMode* | mode | |
Int32* | first | |
Int32* | count | |
Int32 | primcount | |
Int32 | modestride |
MultiModeDrawArrays(ref BeginMode, ref Int32, ref Int32, Int32, Int32)
Declaration
[AutoGenerated(Category = "IbmMultimodeDrawArrays", Version = "1.1", EntryPoint = "glMultiModeDrawArraysIBM")]
[Obsolete("Use PrimitiveType overload instead")]
public static void MultiModeDrawArrays(ref BeginMode mode, ref int first, ref int count, int primcount, int modestride)
Parameters
Type | Name | Description |
---|---|---|
BeginMode | mode | |
Int32 | first | |
Int32 | count | |
Int32 | primcount | |
Int32 | modestride |
MultiModeDrawArrays(BeginMode[], Int32[], Int32[], Int32, Int32)
Declaration
[AutoGenerated(Category = "IbmMultimodeDrawArrays", Version = "1.1", EntryPoint = "glMultiModeDrawArraysIBM")]
[Obsolete("Use PrimitiveType overload instead")]
public static void MultiModeDrawArrays(BeginMode[] mode, int[] first, int[] count, int primcount, int modestride)
Parameters
Type | Name | Description |
---|---|---|
BeginMode[] | mode | |
Int32[] | first | |
Int32[] | count | |
Int32 | primcount | |
Int32 | modestride |
MultiModeDrawArrays(PrimitiveType*, Int32*, Int32*, Int32, Int32)
[requires: IBM_multimode_draw_arrays]
Declaration
[AutoGenerated(Category = "IBM_multimode_draw_arrays", Version = "", EntryPoint = "glMultiModeDrawArraysIBM")]
[CLSCompliant(false)]
public static void MultiModeDrawArrays([Count(Computed = "primcount")] PrimitiveType*mode, [Count(Computed = "primcount")] int *first, [Count(Computed = "primcount")] int *count, int primcount, int modestride)
Parameters
Type | Name | Description |
---|---|---|
PrimitiveType* | mode | [length: COMPSIZE(primcount)] |
Int32* | first | [length: COMPSIZE(primcount)] |
Int32* | count | [length: COMPSIZE(primcount)] |
Int32 | primcount | |
Int32 | modestride |
MultiModeDrawArrays(ref PrimitiveType, ref Int32, ref Int32, Int32, Int32)
[requires: IBM_multimode_draw_arrays]
Declaration
[AutoGenerated(Category = "IBM_multimode_draw_arrays", Version = "", EntryPoint = "glMultiModeDrawArraysIBM")]
[CLSCompliant(false)]
public static void MultiModeDrawArrays([Count(Computed = "primcount")] ref PrimitiveType mode, [Count(Computed = "primcount")] ref int first, [Count(Computed = "primcount")] ref int count, int primcount, int modestride)
Parameters
Type | Name | Description |
---|---|---|
PrimitiveType | mode | [length: COMPSIZE(primcount)] |
Int32 | first | [length: COMPSIZE(primcount)] |
Int32 | count | [length: COMPSIZE(primcount)] |
Int32 | primcount | |
Int32 | modestride |
MultiModeDrawArrays(PrimitiveType[], Int32[], Int32[], Int32, Int32)
[requires: IBM_multimode_draw_arrays]
Declaration
[AutoGenerated(Category = "IBM_multimode_draw_arrays", Version = "", EntryPoint = "glMultiModeDrawArraysIBM")]
[CLSCompliant(false)]
public static void MultiModeDrawArrays([Count(Computed = "primcount")] PrimitiveType[] mode, [Count(Computed = "primcount")] int[] first, [Count(Computed = "primcount")] int[] count, int primcount, int modestride)
Parameters
Type | Name | Description |
---|---|---|
PrimitiveType[] | mode | [length: COMPSIZE(primcount)] |
Int32[] | first | [length: COMPSIZE(primcount)] |
Int32[] | count | [length: COMPSIZE(primcount)] |
Int32 | primcount | |
Int32 | modestride |
MultiModeDrawElements(BeginMode*, Int32*, DrawElementsType, IntPtr, Int32, Int32)
Declaration
[CLSCompliant(false)]
[AutoGenerated(Category = "IbmMultimodeDrawArrays", Version = "1.1", EntryPoint = "glMultiModeDrawElementsIBM")]
[Obsolete("Use PrimitiveType overload instead")]
public static void MultiModeDrawElements(BeginMode*mode, int *count, DrawElementsType type, IntPtr indices, int primcount, int modestride)
Parameters
Type | Name | Description |
---|---|---|
BeginMode* | mode | |
Int32* | count | |
DrawElementsType | type | |
IntPtr | indices | |
Int32 | primcount | |
Int32 | modestride |
MultiModeDrawElements(ref BeginMode, ref Int32, DrawElementsType, IntPtr, Int32, Int32)
Declaration
[AutoGenerated(Category = "IbmMultimodeDrawArrays", Version = "1.1", EntryPoint = "glMultiModeDrawElementsIBM")]
[Obsolete("Use PrimitiveType overload instead")]
public static void MultiModeDrawElements(ref BeginMode mode, ref int count, DrawElementsType type, IntPtr indices, int primcount, int modestride)
Parameters
Type | Name | Description |
---|---|---|
BeginMode | mode | |
Int32 | count | |
DrawElementsType | type | |
IntPtr | indices | |
Int32 | primcount | |
Int32 | modestride |
MultiModeDrawElements(BeginMode[], Int32[], DrawElementsType, IntPtr, Int32, Int32)
Declaration
[AutoGenerated(Category = "IbmMultimodeDrawArrays", Version = "1.1", EntryPoint = "glMultiModeDrawElementsIBM")]
[Obsolete("Use PrimitiveType overload instead")]
public static void MultiModeDrawElements(BeginMode[] mode, int[] count, DrawElementsType type, IntPtr indices, int primcount, int modestride)
Parameters
Type | Name | Description |
---|---|---|
BeginMode[] | mode | |
Int32[] | count | |
DrawElementsType | type | |
IntPtr | indices | |
Int32 | primcount | |
Int32 | modestride |
MultiModeDrawElements(PrimitiveType*, Int32*, DrawElementsType, IntPtr, Int32, Int32)
[requires: IBM_multimode_draw_arrays]
Declaration
[AutoGenerated(Category = "IBM_multimode_draw_arrays", Version = "", EntryPoint = "glMultiModeDrawElementsIBM")]
[CLSCompliant(false)]
public static void MultiModeDrawElements([Count(Computed = "primcount")] PrimitiveType*mode, [Count(Computed = "primcount")] int *count, DrawElementsType type, [Count(Computed = "primcount")] IntPtr indices, int primcount, int modestride)
Parameters
Type | Name | Description |
---|---|---|
PrimitiveType* | mode | [length: COMPSIZE(primcount)] |
Int32* | count | [length: COMPSIZE(primcount)] |
DrawElementsType | type | |
IntPtr | indices | [length: COMPSIZE(primcount)] |
Int32 | primcount | |
Int32 | modestride |
MultiModeDrawElements(ref PrimitiveType, ref Int32, DrawElementsType, IntPtr, Int32, Int32)
[requires: IBM_multimode_draw_arrays]
Declaration
[AutoGenerated(Category = "IBM_multimode_draw_arrays", Version = "", EntryPoint = "glMultiModeDrawElementsIBM")]
[CLSCompliant(false)]
public static void MultiModeDrawElements([Count(Computed = "primcount")] ref PrimitiveType mode, [Count(Computed = "primcount")] ref int count, DrawElementsType type, [Count(Computed = "primcount")] IntPtr indices, int primcount, int modestride)
Parameters
Type | Name | Description |
---|---|---|
PrimitiveType | mode | [length: COMPSIZE(primcount)] |
Int32 | count | [length: COMPSIZE(primcount)] |
DrawElementsType | type | |
IntPtr | indices | [length: COMPSIZE(primcount)] |
Int32 | primcount | |
Int32 | modestride |
MultiModeDrawElements(PrimitiveType[], Int32[], DrawElementsType, IntPtr, Int32, Int32)
[requires: IBM_multimode_draw_arrays]
Declaration
[AutoGenerated(Category = "IBM_multimode_draw_arrays", Version = "", EntryPoint = "glMultiModeDrawElementsIBM")]
[CLSCompliant(false)]
public static void MultiModeDrawElements([Count(Computed = "primcount")] PrimitiveType[] mode, [Count(Computed = "primcount")] int[] count, DrawElementsType type, [Count(Computed = "primcount")] IntPtr indices, int primcount, int modestride)
Parameters
Type | Name | Description |
---|---|---|
PrimitiveType[] | mode | [length: COMPSIZE(primcount)] |
Int32[] | count | [length: COMPSIZE(primcount)] |
DrawElementsType | type | |
IntPtr | indices | [length: COMPSIZE(primcount)] |
Int32 | primcount | |
Int32 | modestride |
MultiModeDrawElements<T3>(BeginMode*, Int32*, DrawElementsType, ref T3, Int32, Int32)
Declaration
[CLSCompliant(false)]
[AutoGenerated(Category = "IbmMultimodeDrawArrays", Version = "1.1", EntryPoint = "glMultiModeDrawElementsIBM")]
[Obsolete("Use PrimitiveType overload instead")]
public static void MultiModeDrawElements<T3>(BeginMode*mode, int *count, DrawElementsType type, ref T3 indices, int primcount, int modestride)
where T3 : struct
Parameters
Type | Name | Description |
---|---|---|
BeginMode* | mode | |
Int32* | count | |
DrawElementsType | type | |
T3 | indices | |
Int32 | primcount | |
Int32 | modestride |
Type Parameters
Name | Description |
---|---|
T3 |
MultiModeDrawElements<T3>(BeginMode*, Int32*, DrawElementsType, T3[], Int32, Int32)
Declaration
[CLSCompliant(false)]
[AutoGenerated(Category = "IbmMultimodeDrawArrays", Version = "1.1", EntryPoint = "glMultiModeDrawElementsIBM")]
[Obsolete("Use PrimitiveType overload instead")]
public static void MultiModeDrawElements<T3>(BeginMode*mode, int *count, DrawElementsType type, T3[] indices, int primcount, int modestride)
where T3 : struct
Parameters
Type | Name | Description |
---|---|---|
BeginMode* | mode | |
Int32* | count | |
DrawElementsType | type | |
T3[] | indices | |
Int32 | primcount | |
Int32 | modestride |
Type Parameters
Name | Description |
---|---|
T3 |
MultiModeDrawElements<T3>(BeginMode*, Int32*, DrawElementsType, T3[,,], Int32, Int32)
Declaration
[CLSCompliant(false)]
[AutoGenerated(Category = "IbmMultimodeDrawArrays", Version = "1.1", EntryPoint = "glMultiModeDrawElementsIBM")]
[Obsolete("Use PrimitiveType overload instead")]
public static void MultiModeDrawElements<T3>(BeginMode*mode, int *count, DrawElementsType type, T3[,, ] indices, int primcount, int modestride)
where T3 : struct
Parameters
Type | Name | Description |
---|---|---|
BeginMode* | mode | |
Int32* | count | |
DrawElementsType | type | |
T3[,,] | indices | |
Int32 | primcount | |
Int32 | modestride |
Type Parameters
Name | Description |
---|---|
T3 |
MultiModeDrawElements<T3>(BeginMode*, Int32*, DrawElementsType, T3[,], Int32, Int32)
Declaration
[CLSCompliant(false)]
[AutoGenerated(Category = "IbmMultimodeDrawArrays", Version = "1.1", EntryPoint = "glMultiModeDrawElementsIBM")]
[Obsolete("Use PrimitiveType overload instead")]
public static void MultiModeDrawElements<T3>(BeginMode*mode, int *count, DrawElementsType type, T3[, ] indices, int primcount, int modestride)
where T3 : struct
Parameters
Type | Name | Description |
---|---|---|
BeginMode* | mode | |
Int32* | count | |
DrawElementsType | type | |
T3[,] | indices | |
Int32 | primcount | |
Int32 | modestride |
Type Parameters
Name | Description |
---|---|
T3 |
MultiModeDrawElements<T3>(ref BeginMode, ref Int32, DrawElementsType, ref T3, Int32, Int32)
Declaration
[AutoGenerated(Category = "IbmMultimodeDrawArrays", Version = "1.1", EntryPoint = "glMultiModeDrawElementsIBM")]
[Obsolete("Use PrimitiveType overload instead")]
[CLSCompliant(false)]
public static void MultiModeDrawElements<T3>(ref BeginMode mode, ref int count, DrawElementsType type, ref T3 indices, int primcount, int modestride)
where T3 : struct
Parameters
Type | Name | Description |
---|---|---|
BeginMode | mode | |
Int32 | count | |
DrawElementsType | type | |
T3 | indices | |
Int32 | primcount | |
Int32 | modestride |
Type Parameters
Name | Description |
---|---|
T3 |
MultiModeDrawElements<T3>(ref BeginMode, ref Int32, DrawElementsType, T3[], Int32, Int32)
Declaration
[AutoGenerated(Category = "IbmMultimodeDrawArrays", Version = "1.1", EntryPoint = "glMultiModeDrawElementsIBM")]
[Obsolete("Use PrimitiveType overload instead")]
[CLSCompliant(false)]
public static void MultiModeDrawElements<T3>(ref BeginMode mode, ref int count, DrawElementsType type, T3[] indices, int primcount, int modestride)
where T3 : struct
Parameters
Type | Name | Description |
---|---|---|
BeginMode | mode | |
Int32 | count | |
DrawElementsType | type | |
T3[] | indices | |
Int32 | primcount | |
Int32 | modestride |
Type Parameters
Name | Description |
---|---|
T3 |
MultiModeDrawElements<T3>(ref BeginMode, ref Int32, DrawElementsType, T3[,,], Int32, Int32)
Declaration
[AutoGenerated(Category = "IbmMultimodeDrawArrays", Version = "1.1", EntryPoint = "glMultiModeDrawElementsIBM")]
[Obsolete("Use PrimitiveType overload instead")]
[CLSCompliant(false)]
public static void MultiModeDrawElements<T3>(ref BeginMode mode, ref int count, DrawElementsType type, T3[,, ] indices, int primcount, int modestride)
where T3 : struct
Parameters
Type | Name | Description |
---|---|---|
BeginMode | mode | |
Int32 | count | |
DrawElementsType | type | |
T3[,,] | indices | |
Int32 | primcount | |
Int32 | modestride |
Type Parameters
Name | Description |
---|---|
T3 |
MultiModeDrawElements<T3>(ref BeginMode, ref Int32, DrawElementsType, T3[,], Int32, Int32)
Declaration
[AutoGenerated(Category = "IbmMultimodeDrawArrays", Version = "1.1", EntryPoint = "glMultiModeDrawElementsIBM")]
[Obsolete("Use PrimitiveType overload instead")]
[CLSCompliant(false)]
public static void MultiModeDrawElements<T3>(ref BeginMode mode, ref int count, DrawElementsType type, T3[, ] indices, int primcount, int modestride)
where T3 : struct
Parameters
Type | Name | Description |
---|---|---|
BeginMode | mode | |
Int32 | count | |
DrawElementsType | type | |
T3[,] | indices | |
Int32 | primcount | |
Int32 | modestride |
Type Parameters
Name | Description |
---|---|
T3 |
MultiModeDrawElements<T3>(BeginMode[], Int32[], DrawElementsType, ref T3, Int32, Int32)
Declaration
[AutoGenerated(Category = "IbmMultimodeDrawArrays", Version = "1.1", EntryPoint = "glMultiModeDrawElementsIBM")]
[Obsolete("Use PrimitiveType overload instead")]
public static void MultiModeDrawElements<T3>(BeginMode[] mode, int[] count, DrawElementsType type, ref T3 indices, int primcount, int modestride)
where T3 : struct
Parameters
Type | Name | Description |
---|---|---|
BeginMode[] | mode | |
Int32[] | count | |
DrawElementsType | type | |
T3 | indices | |
Int32 | primcount | |
Int32 | modestride |
Type Parameters
Name | Description |
---|---|
T3 |
MultiModeDrawElements<T3>(BeginMode[], Int32[], DrawElementsType, T3[], Int32, Int32)
Declaration
[AutoGenerated(Category = "IbmMultimodeDrawArrays", Version = "1.1", EntryPoint = "glMultiModeDrawElementsIBM")]
[Obsolete("Use PrimitiveType overload instead")]
[CLSCompliant(false)]
public static void MultiModeDrawElements<T3>(BeginMode[] mode, int[] count, DrawElementsType type, T3[] indices, int primcount, int modestride)
where T3 : struct
Parameters
Type | Name | Description |
---|---|---|
BeginMode[] | mode | |
Int32[] | count | |
DrawElementsType | type | |
T3[] | indices | |
Int32 | primcount | |
Int32 | modestride |
Type Parameters
Name | Description |
---|---|
T3 |
MultiModeDrawElements<T3>(BeginMode[], Int32[], DrawElementsType, T3[,,], Int32, Int32)
Declaration
[AutoGenerated(Category = "IbmMultimodeDrawArrays", Version = "1.1", EntryPoint = "glMultiModeDrawElementsIBM")]
[Obsolete("Use PrimitiveType overload instead")]
[CLSCompliant(false)]
public static void MultiModeDrawElements<T3>(BeginMode[] mode, int[] count, DrawElementsType type, T3[,, ] indices, int primcount, int modestride)
where T3 : struct
Parameters
Type | Name | Description |
---|---|---|
BeginMode[] | mode | |
Int32[] | count | |
DrawElementsType | type | |
T3[,,] | indices | |
Int32 | primcount | |
Int32 | modestride |
Type Parameters
Name | Description |
---|---|
T3 |
MultiModeDrawElements<T3>(BeginMode[], Int32[], DrawElementsType, T3[,], Int32, Int32)
Declaration
[AutoGenerated(Category = "IbmMultimodeDrawArrays", Version = "1.1", EntryPoint = "glMultiModeDrawElementsIBM")]
[Obsolete("Use PrimitiveType overload instead")]
[CLSCompliant(false)]
public static void MultiModeDrawElements<T3>(BeginMode[] mode, int[] count, DrawElementsType type, T3[, ] indices, int primcount, int modestride)
where T3 : struct
Parameters
Type | Name | Description |
---|---|---|
BeginMode[] | mode | |
Int32[] | count | |
DrawElementsType | type | |
T3[,] | indices | |
Int32 | primcount | |
Int32 | modestride |
Type Parameters
Name | Description |
---|---|
T3 |
MultiModeDrawElements<T3>(PrimitiveType*, Int32*, DrawElementsType, ref T3, Int32, Int32)
[requires: IBM_multimode_draw_arrays]
Declaration
[AutoGenerated(Category = "IBM_multimode_draw_arrays", Version = "", EntryPoint = "glMultiModeDrawElementsIBM")]
[CLSCompliant(false)]
public static void MultiModeDrawElements<T3>([Count(Computed = "primcount")] PrimitiveType*mode, [Count(Computed = "primcount")] int *count, DrawElementsType type, [Count(Computed = "primcount")] ref T3 indices, int primcount, int modestride)
where T3 : struct
Parameters
Type | Name | Description |
---|---|---|
PrimitiveType* | mode | [length: COMPSIZE(primcount)] |
Int32* | count | [length: COMPSIZE(primcount)] |
DrawElementsType | type | |
T3 | indices | [length: COMPSIZE(primcount)] |
Int32 | primcount | |
Int32 | modestride |
Type Parameters
Name | Description |
---|---|
T3 |
MultiModeDrawElements<T3>(PrimitiveType*, Int32*, DrawElementsType, T3[], Int32, Int32)
[requires: IBM_multimode_draw_arrays]
Declaration
[AutoGenerated(Category = "IBM_multimode_draw_arrays", Version = "", EntryPoint = "glMultiModeDrawElementsIBM")]
[CLSCompliant(false)]
public static void MultiModeDrawElements<T3>([Count(Computed = "primcount")] PrimitiveType*mode, [Count(Computed = "primcount")] int *count, DrawElementsType type, [Count(Computed = "primcount")] T3[] indices, int primcount, int modestride)
where T3 : struct
Parameters
Type | Name | Description |
---|---|---|
PrimitiveType* | mode | [length: COMPSIZE(primcount)] |
Int32* | count | [length: COMPSIZE(primcount)] |
DrawElementsType | type | |
T3[] | indices | [length: COMPSIZE(primcount)] |
Int32 | primcount | |
Int32 | modestride |
Type Parameters
Name | Description |
---|---|
T3 |
MultiModeDrawElements<T3>(PrimitiveType*, Int32*, DrawElementsType, T3[,,], Int32, Int32)
[requires: IBM_multimode_draw_arrays]
Declaration
[AutoGenerated(Category = "IBM_multimode_draw_arrays", Version = "", EntryPoint = "glMultiModeDrawElementsIBM")]
[CLSCompliant(false)]
public static void MultiModeDrawElements<T3>([Count(Computed = "primcount")] PrimitiveType*mode, [Count(Computed = "primcount")] int *count, DrawElementsType type, [Count(Computed = "primcount")] T3[,, ] indices, int primcount, int modestride)
where T3 : struct
Parameters
Type | Name | Description |
---|---|---|
PrimitiveType* | mode | [length: COMPSIZE(primcount)] |
Int32* | count | [length: COMPSIZE(primcount)] |
DrawElementsType | type | |
T3[,,] | indices | [length: COMPSIZE(primcount)] |
Int32 | primcount | |
Int32 | modestride |
Type Parameters
Name | Description |
---|---|
T3 |
MultiModeDrawElements<T3>(PrimitiveType*, Int32*, DrawElementsType, T3[,], Int32, Int32)
[requires: IBM_multimode_draw_arrays]
Declaration
[AutoGenerated(Category = "IBM_multimode_draw_arrays", Version = "", EntryPoint = "glMultiModeDrawElementsIBM")]
[CLSCompliant(false)]
public static void MultiModeDrawElements<T3>([Count(Computed = "primcount")] PrimitiveType*mode, [Count(Computed = "primcount")] int *count, DrawElementsType type, [Count(Computed = "primcount")] T3[, ] indices, int primcount, int modestride)
where T3 : struct
Parameters
Type | Name | Description |
---|---|---|
PrimitiveType* | mode | [length: COMPSIZE(primcount)] |
Int32* | count | [length: COMPSIZE(primcount)] |
DrawElementsType | type | |
T3[,] | indices | [length: COMPSIZE(primcount)] |
Int32 | primcount | |
Int32 | modestride |
Type Parameters
Name | Description |
---|---|
T3 |
MultiModeDrawElements<T3>(ref PrimitiveType, ref Int32, DrawElementsType, ref T3, Int32, Int32)
[requires: IBM_multimode_draw_arrays]
Declaration
[AutoGenerated(Category = "IBM_multimode_draw_arrays", Version = "", EntryPoint = "glMultiModeDrawElementsIBM")]
[CLSCompliant(false)]
public static void MultiModeDrawElements<T3>([Count(Computed = "primcount")] ref PrimitiveType mode, [Count(Computed = "primcount")] ref int count, DrawElementsType type, [Count(Computed = "primcount")] ref T3 indices, int primcount, int modestride)
where T3 : struct
Parameters
Type | Name | Description |
---|---|---|
PrimitiveType | mode | [length: COMPSIZE(primcount)] |
Int32 | count | [length: COMPSIZE(primcount)] |
DrawElementsType | type | |
T3 | indices | [length: COMPSIZE(primcount)] |
Int32 | primcount | |
Int32 | modestride |
Type Parameters
Name | Description |
---|---|
T3 |
MultiModeDrawElements<T3>(ref PrimitiveType, ref Int32, DrawElementsType, T3[], Int32, Int32)
[requires: IBM_multimode_draw_arrays]
Declaration
[AutoGenerated(Category = "IBM_multimode_draw_arrays", Version = "", EntryPoint = "glMultiModeDrawElementsIBM")]
[CLSCompliant(false)]
public static void MultiModeDrawElements<T3>([Count(Computed = "primcount")] ref PrimitiveType mode, [Count(Computed = "primcount")] ref int count, DrawElementsType type, [Count(Computed = "primcount")] T3[] indices, int primcount, int modestride)
where T3 : struct
Parameters
Type | Name | Description |
---|---|---|
PrimitiveType | mode | [length: COMPSIZE(primcount)] |
Int32 | count | [length: COMPSIZE(primcount)] |
DrawElementsType | type | |
T3[] | indices | [length: COMPSIZE(primcount)] |
Int32 | primcount | |
Int32 | modestride |
Type Parameters
Name | Description |
---|---|
T3 |
MultiModeDrawElements<T3>(ref PrimitiveType, ref Int32, DrawElementsType, T3[,,], Int32, Int32)
[requires: IBM_multimode_draw_arrays]
Declaration
[AutoGenerated(Category = "IBM_multimode_draw_arrays", Version = "", EntryPoint = "glMultiModeDrawElementsIBM")]
[CLSCompliant(false)]
public static void MultiModeDrawElements<T3>([Count(Computed = "primcount")] ref PrimitiveType mode, [Count(Computed = "primcount")] ref int count, DrawElementsType type, [Count(Computed = "primcount")] T3[,, ] indices, int primcount, int modestride)
where T3 : struct
Parameters
Type | Name | Description |
---|---|---|
PrimitiveType | mode | [length: COMPSIZE(primcount)] |
Int32 | count | [length: COMPSIZE(primcount)] |
DrawElementsType | type | |
T3[,,] | indices | [length: COMPSIZE(primcount)] |
Int32 | primcount | |
Int32 | modestride |
Type Parameters
Name | Description |
---|---|
T3 |
MultiModeDrawElements<T3>(ref PrimitiveType, ref Int32, DrawElementsType, T3[,], Int32, Int32)
[requires: IBM_multimode_draw_arrays]
Declaration
[AutoGenerated(Category = "IBM_multimode_draw_arrays", Version = "", EntryPoint = "glMultiModeDrawElementsIBM")]
[CLSCompliant(false)]
public static void MultiModeDrawElements<T3>([Count(Computed = "primcount")] ref PrimitiveType mode, [Count(Computed = "primcount")] ref int count, DrawElementsType type, [Count(Computed = "primcount")] T3[, ] indices, int primcount, int modestride)
where T3 : struct
Parameters
Type | Name | Description |
---|---|---|
PrimitiveType | mode | [length: COMPSIZE(primcount)] |
Int32 | count | [length: COMPSIZE(primcount)] |
DrawElementsType | type | |
T3[,] | indices | [length: COMPSIZE(primcount)] |
Int32 | primcount | |
Int32 | modestride |
Type Parameters
Name | Description |
---|---|
T3 |
MultiModeDrawElements<T3>(PrimitiveType[], Int32[], DrawElementsType, ref T3, Int32, Int32)
[requires: IBM_multimode_draw_arrays]
Declaration
[AutoGenerated(Category = "IBM_multimode_draw_arrays", Version = "", EntryPoint = "glMultiModeDrawElementsIBM")]
[CLSCompliant(false)]
public static void MultiModeDrawElements<T3>([Count(Computed = "primcount")] PrimitiveType[] mode, [Count(Computed = "primcount")] int[] count, DrawElementsType type, [Count(Computed = "primcount")] ref T3 indices, int primcount, int modestride)
where T3 : struct
Parameters
Type | Name | Description |
---|---|---|
PrimitiveType[] | mode | [length: COMPSIZE(primcount)] |
Int32[] | count | [length: COMPSIZE(primcount)] |
DrawElementsType | type | |
T3 | indices | [length: COMPSIZE(primcount)] |
Int32 | primcount | |
Int32 | modestride |
Type Parameters
Name | Description |
---|---|
T3 |
MultiModeDrawElements<T3>(PrimitiveType[], Int32[], DrawElementsType, T3[], Int32, Int32)
[requires: IBM_multimode_draw_arrays]
Declaration
[AutoGenerated(Category = "IBM_multimode_draw_arrays", Version = "", EntryPoint = "glMultiModeDrawElementsIBM")]
[CLSCompliant(false)]
public static void MultiModeDrawElements<T3>([Count(Computed = "primcount")] PrimitiveType[] mode, [Count(Computed = "primcount")] int[] count, DrawElementsType type, [Count(Computed = "primcount")] T3[] indices, int primcount, int modestride)
where T3 : struct
Parameters
Type | Name | Description |
---|---|---|
PrimitiveType[] | mode | [length: COMPSIZE(primcount)] |
Int32[] | count | [length: COMPSIZE(primcount)] |
DrawElementsType | type | |
T3[] | indices | [length: COMPSIZE(primcount)] |
Int32 | primcount | |
Int32 | modestride |
Type Parameters
Name | Description |
---|---|
T3 |
MultiModeDrawElements<T3>(PrimitiveType[], Int32[], DrawElementsType, T3[,,], Int32, Int32)
[requires: IBM_multimode_draw_arrays]
Declaration
[AutoGenerated(Category = "IBM_multimode_draw_arrays", Version = "", EntryPoint = "glMultiModeDrawElementsIBM")]
[CLSCompliant(false)]
public static void MultiModeDrawElements<T3>([Count(Computed = "primcount")] PrimitiveType[] mode, [Count(Computed = "primcount")] int[] count, DrawElementsType type, [Count(Computed = "primcount")] T3[,, ] indices, int primcount, int modestride)
where T3 : struct
Parameters
Type | Name | Description |
---|---|---|
PrimitiveType[] | mode | [length: COMPSIZE(primcount)] |
Int32[] | count | [length: COMPSIZE(primcount)] |
DrawElementsType | type | |
T3[,,] | indices | [length: COMPSIZE(primcount)] |
Int32 | primcount | |
Int32 | modestride |
Type Parameters
Name | Description |
---|---|
T3 |
MultiModeDrawElements<T3>(PrimitiveType[], Int32[], DrawElementsType, T3[,], Int32, Int32)
[requires: IBM_multimode_draw_arrays]
Declaration
[AutoGenerated(Category = "IBM_multimode_draw_arrays", Version = "", EntryPoint = "glMultiModeDrawElementsIBM")]
[CLSCompliant(false)]
public static void MultiModeDrawElements<T3>([Count(Computed = "primcount")] PrimitiveType[] mode, [Count(Computed = "primcount")] int[] count, DrawElementsType type, [Count(Computed = "primcount")] T3[, ] indices, int primcount, int modestride)
where T3 : struct
Parameters
Type | Name | Description |
---|---|---|
PrimitiveType[] | mode | [length: COMPSIZE(primcount)] |
Int32[] | count | [length: COMPSIZE(primcount)] |
DrawElementsType | type | |
T3[,] | indices | [length: COMPSIZE(primcount)] |
Int32 | primcount | |
Int32 | modestride |
Type Parameters
Name | Description |
---|---|
T3 |
NormalPointerList(NormalPointerType, Int32, IntPtr, Int32)
[requires: IBM_vertex_array_lists]
Declaration
[AutoGenerated(Category = "IBM_vertex_array_lists", Version = "", EntryPoint = "glNormalPointerListIBM")]
public static void NormalPointerList(NormalPointerType type, int stride, [Count(Computed = "type,stride")] IntPtr pointer, int ptrstride)
Parameters
Type | Name | Description |
---|---|---|
NormalPointerType | type | |
Int32 | stride | |
IntPtr | pointer | [length: COMPSIZE(type,stride)] |
Int32 | ptrstride |
NormalPointerList<T2>(NormalPointerType, Int32, ref T2, Int32)
[requires: IBM_vertex_array_lists]
Declaration
[AutoGenerated(Category = "IBM_vertex_array_lists", Version = "", EntryPoint = "glNormalPointerListIBM")]
public static void NormalPointerList<T2>(NormalPointerType type, int stride, [Count(Computed = "type,stride")] ref T2 pointer, int ptrstride)
where T2 : struct
Parameters
Type | Name | Description |
---|---|---|
NormalPointerType | type | |
Int32 | stride | |
T2 | pointer | [length: COMPSIZE(type,stride)] |
Int32 | ptrstride |
Type Parameters
Name | Description |
---|---|
T2 |
NormalPointerList<T2>(NormalPointerType, Int32, T2[], Int32)
[requires: IBM_vertex_array_lists]
Declaration
[AutoGenerated(Category = "IBM_vertex_array_lists", Version = "", EntryPoint = "glNormalPointerListIBM")]
[CLSCompliant(false)]
public static void NormalPointerList<T2>(NormalPointerType type, int stride, [Count(Computed = "type,stride")] T2[] pointer, int ptrstride)
where T2 : struct
Parameters
Type | Name | Description |
---|---|---|
NormalPointerType | type | |
Int32 | stride | |
T2[] | pointer | [length: COMPSIZE(type,stride)] |
Int32 | ptrstride |
Type Parameters
Name | Description |
---|---|
T2 |
NormalPointerList<T2>(NormalPointerType, Int32, T2[,,], Int32)
[requires: IBM_vertex_array_lists]
Declaration
[AutoGenerated(Category = "IBM_vertex_array_lists", Version = "", EntryPoint = "glNormalPointerListIBM")]
[CLSCompliant(false)]
public static void NormalPointerList<T2>(NormalPointerType type, int stride, [Count(Computed = "type,stride")] T2[,, ] pointer, int ptrstride)
where T2 : struct
Parameters
Type | Name | Description |
---|---|---|
NormalPointerType | type | |
Int32 | stride | |
T2[,,] | pointer | [length: COMPSIZE(type,stride)] |
Int32 | ptrstride |
Type Parameters
Name | Description |
---|---|
T2 |
NormalPointerList<T2>(NormalPointerType, Int32, T2[,], Int32)
[requires: IBM_vertex_array_lists]
Declaration
[AutoGenerated(Category = "IBM_vertex_array_lists", Version = "", EntryPoint = "glNormalPointerListIBM")]
[CLSCompliant(false)]
public static void NormalPointerList<T2>(NormalPointerType type, int stride, [Count(Computed = "type,stride")] T2[, ] pointer, int ptrstride)
where T2 : struct
Parameters
Type | Name | Description |
---|---|---|
NormalPointerType | type | |
Int32 | stride | |
T2[,] | pointer | [length: COMPSIZE(type,stride)] |
Int32 | ptrstride |
Type Parameters
Name | Description |
---|---|
T2 |
SecondaryColorPointerList(Int32, IbmVertexArrayLists, Int32, IntPtr, Int32)
[requires: IBM_vertex_array_lists]
Declaration
[AutoGenerated(Category = "IBM_vertex_array_lists", Version = "", EntryPoint = "glSecondaryColorPointerListIBM")]
public static void SecondaryColorPointerList(int size, IbmVertexArrayLists type, int stride, [Count(Computed = "size,type,stride")] IntPtr pointer, int ptrstride)
Parameters
Type | Name | Description |
---|---|---|
Int32 | size | |
IbmVertexArrayLists | type | |
Int32 | stride | |
IntPtr | pointer | [length: COMPSIZE(size,type,stride)] |
Int32 | ptrstride |
SecondaryColorPointerList<T3>(Int32, IbmVertexArrayLists, Int32, ref T3, Int32)
[requires: IBM_vertex_array_lists]
Declaration
[AutoGenerated(Category = "IBM_vertex_array_lists", Version = "", EntryPoint = "glSecondaryColorPointerListIBM")]
public static void SecondaryColorPointerList<T3>(int size, IbmVertexArrayLists type, int stride, [Count(Computed = "size,type,stride")] ref T3 pointer, int ptrstride)
where T3 : struct
Parameters
Type | Name | Description |
---|---|---|
Int32 | size | |
IbmVertexArrayLists | type | |
Int32 | stride | |
T3 | pointer | [length: COMPSIZE(size,type,stride)] |
Int32 | ptrstride |
Type Parameters
Name | Description |
---|---|
T3 |
SecondaryColorPointerList<T3>(Int32, IbmVertexArrayLists, Int32, T3[], Int32)
[requires: IBM_vertex_array_lists]
Declaration
[AutoGenerated(Category = "IBM_vertex_array_lists", Version = "", EntryPoint = "glSecondaryColorPointerListIBM")]
[CLSCompliant(false)]
public static void SecondaryColorPointerList<T3>(int size, IbmVertexArrayLists type, int stride, [Count(Computed = "size,type,stride")] T3[] pointer, int ptrstride)
where T3 : struct
Parameters
Type | Name | Description |
---|---|---|
Int32 | size | |
IbmVertexArrayLists | type | |
Int32 | stride | |
T3[] | pointer | [length: COMPSIZE(size,type,stride)] |
Int32 | ptrstride |
Type Parameters
Name | Description |
---|---|
T3 |
SecondaryColorPointerList<T3>(Int32, IbmVertexArrayLists, Int32, T3[,,], Int32)
[requires: IBM_vertex_array_lists]
Declaration
[AutoGenerated(Category = "IBM_vertex_array_lists", Version = "", EntryPoint = "glSecondaryColorPointerListIBM")]
[CLSCompliant(false)]
public static void SecondaryColorPointerList<T3>(int size, IbmVertexArrayLists type, int stride, [Count(Computed = "size,type,stride")] T3[,, ] pointer, int ptrstride)
where T3 : struct
Parameters
Type | Name | Description |
---|---|---|
Int32 | size | |
IbmVertexArrayLists | type | |
Int32 | stride | |
T3[,,] | pointer | [length: COMPSIZE(size,type,stride)] |
Int32 | ptrstride |
Type Parameters
Name | Description |
---|---|
T3 |
SecondaryColorPointerList<T3>(Int32, IbmVertexArrayLists, Int32, T3[,], Int32)
[requires: IBM_vertex_array_lists]
Declaration
[AutoGenerated(Category = "IBM_vertex_array_lists", Version = "", EntryPoint = "glSecondaryColorPointerListIBM")]
[CLSCompliant(false)]
public static void SecondaryColorPointerList<T3>(int size, IbmVertexArrayLists type, int stride, [Count(Computed = "size,type,stride")] T3[, ] pointer, int ptrstride)
where T3 : struct
Parameters
Type | Name | Description |
---|---|---|
Int32 | size | |
IbmVertexArrayLists | type | |
Int32 | stride | |
T3[,] | pointer | [length: COMPSIZE(size,type,stride)] |
Int32 | ptrstride |
Type Parameters
Name | Description |
---|---|
T3 |
TexCoordPointerList(Int32, TexCoordPointerType, Int32, IntPtr, Int32)
[requires: IBM_vertex_array_lists]
Declaration
[AutoGenerated(Category = "IBM_vertex_array_lists", Version = "", EntryPoint = "glTexCoordPointerListIBM")]
public static void TexCoordPointerList(int size, TexCoordPointerType type, int stride, [Count(Computed = "size,type,stride")] IntPtr pointer, int ptrstride)
Parameters
Type | Name | Description |
---|---|---|
Int32 | size | |
TexCoordPointerType | type | |
Int32 | stride | |
IntPtr | pointer | [length: COMPSIZE(size,type,stride)] |
Int32 | ptrstride |
TexCoordPointerList<T3>(Int32, TexCoordPointerType, Int32, ref T3, Int32)
[requires: IBM_vertex_array_lists]
Declaration
[AutoGenerated(Category = "IBM_vertex_array_lists", Version = "", EntryPoint = "glTexCoordPointerListIBM")]
public static void TexCoordPointerList<T3>(int size, TexCoordPointerType type, int stride, [Count(Computed = "size,type,stride")] ref T3 pointer, int ptrstride)
where T3 : struct
Parameters
Type | Name | Description |
---|---|---|
Int32 | size | |
TexCoordPointerType | type | |
Int32 | stride | |
T3 | pointer | [length: COMPSIZE(size,type,stride)] |
Int32 | ptrstride |
Type Parameters
Name | Description |
---|---|
T3 |
TexCoordPointerList<T3>(Int32, TexCoordPointerType, Int32, T3[], Int32)
[requires: IBM_vertex_array_lists]
Declaration
[AutoGenerated(Category = "IBM_vertex_array_lists", Version = "", EntryPoint = "glTexCoordPointerListIBM")]
[CLSCompliant(false)]
public static void TexCoordPointerList<T3>(int size, TexCoordPointerType type, int stride, [Count(Computed = "size,type,stride")] T3[] pointer, int ptrstride)
where T3 : struct
Parameters
Type | Name | Description |
---|---|---|
Int32 | size | |
TexCoordPointerType | type | |
Int32 | stride | |
T3[] | pointer | [length: COMPSIZE(size,type,stride)] |
Int32 | ptrstride |
Type Parameters
Name | Description |
---|---|
T3 |
TexCoordPointerList<T3>(Int32, TexCoordPointerType, Int32, T3[,,], Int32)
[requires: IBM_vertex_array_lists]
Declaration
[AutoGenerated(Category = "IBM_vertex_array_lists", Version = "", EntryPoint = "glTexCoordPointerListIBM")]
[CLSCompliant(false)]
public static void TexCoordPointerList<T3>(int size, TexCoordPointerType type, int stride, [Count(Computed = "size,type,stride")] T3[,, ] pointer, int ptrstride)
where T3 : struct
Parameters
Type | Name | Description |
---|---|---|
Int32 | size | |
TexCoordPointerType | type | |
Int32 | stride | |
T3[,,] | pointer | [length: COMPSIZE(size,type,stride)] |
Int32 | ptrstride |
Type Parameters
Name | Description |
---|---|
T3 |
TexCoordPointerList<T3>(Int32, TexCoordPointerType, Int32, T3[,], Int32)
[requires: IBM_vertex_array_lists]
Declaration
[AutoGenerated(Category = "IBM_vertex_array_lists", Version = "", EntryPoint = "glTexCoordPointerListIBM")]
[CLSCompliant(false)]
public static void TexCoordPointerList<T3>(int size, TexCoordPointerType type, int stride, [Count(Computed = "size,type,stride")] T3[, ] pointer, int ptrstride)
where T3 : struct
Parameters
Type | Name | Description |
---|---|---|
Int32 | size | |
TexCoordPointerType | type | |
Int32 | stride | |
T3[,] | pointer | [length: COMPSIZE(size,type,stride)] |
Int32 | ptrstride |
Type Parameters
Name | Description |
---|---|
T3 |
VertexPointerList(Int32, VertexPointerType, Int32, IntPtr, Int32)
[requires: IBM_vertex_array_lists]
Declaration
[AutoGenerated(Category = "IBM_vertex_array_lists", Version = "", EntryPoint = "glVertexPointerListIBM")]
public static void VertexPointerList(int size, VertexPointerType type, int stride, [Count(Computed = "size,type,stride")] IntPtr pointer, int ptrstride)
Parameters
Type | Name | Description |
---|---|---|
Int32 | size | |
VertexPointerType | type | |
Int32 | stride | |
IntPtr | pointer | [length: COMPSIZE(size,type,stride)] |
Int32 | ptrstride |
VertexPointerList<T3>(Int32, VertexPointerType, Int32, ref T3, Int32)
[requires: IBM_vertex_array_lists]
Declaration
[AutoGenerated(Category = "IBM_vertex_array_lists", Version = "", EntryPoint = "glVertexPointerListIBM")]
public static void VertexPointerList<T3>(int size, VertexPointerType type, int stride, [Count(Computed = "size,type,stride")] ref T3 pointer, int ptrstride)
where T3 : struct
Parameters
Type | Name | Description |
---|---|---|
Int32 | size | |
VertexPointerType | type | |
Int32 | stride | |
T3 | pointer | [length: COMPSIZE(size,type,stride)] |
Int32 | ptrstride |
Type Parameters
Name | Description |
---|---|
T3 |
VertexPointerList<T3>(Int32, VertexPointerType, Int32, T3[], Int32)
[requires: IBM_vertex_array_lists]
Declaration
[AutoGenerated(Category = "IBM_vertex_array_lists", Version = "", EntryPoint = "glVertexPointerListIBM")]
[CLSCompliant(false)]
public static void VertexPointerList<T3>(int size, VertexPointerType type, int stride, [Count(Computed = "size,type,stride")] T3[] pointer, int ptrstride)
where T3 : struct
Parameters
Type | Name | Description |
---|---|---|
Int32 | size | |
VertexPointerType | type | |
Int32 | stride | |
T3[] | pointer | [length: COMPSIZE(size,type,stride)] |
Int32 | ptrstride |
Type Parameters
Name | Description |
---|---|
T3 |
VertexPointerList<T3>(Int32, VertexPointerType, Int32, T3[,,], Int32)
[requires: IBM_vertex_array_lists]
Declaration
[AutoGenerated(Category = "IBM_vertex_array_lists", Version = "", EntryPoint = "glVertexPointerListIBM")]
[CLSCompliant(false)]
public static void VertexPointerList<T3>(int size, VertexPointerType type, int stride, [Count(Computed = "size,type,stride")] T3[,, ] pointer, int ptrstride)
where T3 : struct
Parameters
Type | Name | Description |
---|---|---|
Int32 | size | |
VertexPointerType | type | |
Int32 | stride | |
T3[,,] | pointer | [length: COMPSIZE(size,type,stride)] |
Int32 | ptrstride |
Type Parameters
Name | Description |
---|---|
T3 |
VertexPointerList<T3>(Int32, VertexPointerType, Int32, T3[,], Int32)
[requires: IBM_vertex_array_lists]
Declaration
[AutoGenerated(Category = "IBM_vertex_array_lists", Version = "", EntryPoint = "glVertexPointerListIBM")]
[CLSCompliant(false)]
public static void VertexPointerList<T3>(int size, VertexPointerType type, int stride, [Count(Computed = "size,type,stride")] T3[, ] pointer, int ptrstride)
where T3 : struct
Parameters
Type | Name | Description |
---|---|---|
Int32 | size | |
VertexPointerType | type | |
Int32 | stride | |
T3[,] | pointer | [length: COMPSIZE(size,type,stride)] |
Int32 | ptrstride |
Type Parameters
Name | Description |
---|---|
T3 |