Class GL.Sun
Inherited Members
Namespace: OpenTK.Graphics.OpenGL
Assembly: OpenTK.dll
Syntax
public static class Sun
Methods
Color3fVertex3(Single*, Single*)
[requires: SUN_vertex]
Declaration
[AutoGenerated(Category = "SUN_vertex", Version = "", EntryPoint = "glColor3fVertex3fvSUN")]
[CLSCompliant(false)]
public static void Color3fVertex3([Count(Count = 3)] float *c, [Count(Count = 3)] float *v)
Parameters
Type | Name | Description |
---|---|---|
Single* | c | [length: 3] |
Single* | v | [length: 3] |
Color3fVertex3(Single, Single, Single, Single, Single, Single)
[requires: SUN_vertex]
Declaration
[AutoGenerated(Category = "SUN_vertex", Version = "", EntryPoint = "glColor3fVertex3fSUN")]
public static void Color3fVertex3(float r, float g, float b, float x, float y, float z)
Parameters
Type | Name | Description |
---|---|---|
Single | r | |
Single | g | |
Single | b | |
Single | x | |
Single | y | |
Single | z |
Color3fVertex3(ref Single, ref Single)
[requires: SUN_vertex]
Declaration
[AutoGenerated(Category = "SUN_vertex", Version = "", EntryPoint = "glColor3fVertex3fvSUN")]
[CLSCompliant(false)]
public static void Color3fVertex3([Count(Count = 3)] ref float c, [Count(Count = 3)] ref float v)
Parameters
Type | Name | Description |
---|---|---|
Single | c | [length: 3] |
Single | v | [length: 3] |
Color3fVertex3(Single[], Single[])
[requires: SUN_vertex]
Declaration
[AutoGenerated(Category = "SUN_vertex", Version = "", EntryPoint = "glColor3fVertex3fvSUN")]
[CLSCompliant(false)]
public static void Color3fVertex3([Count(Count = 3)] float[] c, [Count(Count = 3)] float[] v)
Parameters
Type | Name | Description |
---|---|---|
Single[] | c | [length: 3] |
Single[] | v | [length: 3] |
Color4fNormal3fVertex3(Single*, Single*, Single*)
[requires: SUN_vertex]
Declaration
[AutoGenerated(Category = "SUN_vertex", Version = "", EntryPoint = "glColor4fNormal3fVertex3fvSUN")]
[CLSCompliant(false)]
public static void Color4fNormal3fVertex3([Count(Count = 4)] float *c, [Count(Count = 3)] float *n, [Count(Count = 3)] float *v)
Parameters
Type | Name | Description |
---|---|---|
Single* | c | [length: 4] |
Single* | n | [length: 3] |
Single* | v | [length: 3] |
Color4fNormal3fVertex3(Single, Single, Single, Single, Single, Single, Single, Single, Single, Single)
[requires: SUN_vertex]
Declaration
[AutoGenerated(Category = "SUN_vertex", Version = "", EntryPoint = "glColor4fNormal3fVertex3fSUN")]
public static void Color4fNormal3fVertex3(float r, float g, float b, float a, float nx, float ny, float nz, float x, float y, float z)
Parameters
Type | Name | Description |
---|---|---|
Single | r | |
Single | g | |
Single | b | |
Single | a | |
Single | nx | |
Single | ny | |
Single | nz | |
Single | x | |
Single | y | |
Single | z |
Color4fNormal3fVertex3(ref Single, ref Single, ref Single)
[requires: SUN_vertex]
Declaration
[AutoGenerated(Category = "SUN_vertex", Version = "", EntryPoint = "glColor4fNormal3fVertex3fvSUN")]
[CLSCompliant(false)]
public static void Color4fNormal3fVertex3([Count(Count = 4)] ref float c, [Count(Count = 3)] ref float n, [Count(Count = 3)] ref float v)
Parameters
Type | Name | Description |
---|---|---|
Single | c | [length: 4] |
Single | n | [length: 3] |
Single | v | [length: 3] |
Color4fNormal3fVertex3(Single[], Single[], Single[])
[requires: SUN_vertex]
Declaration
[AutoGenerated(Category = "SUN_vertex", Version = "", EntryPoint = "glColor4fNormal3fVertex3fvSUN")]
[CLSCompliant(false)]
public static void Color4fNormal3fVertex3([Count(Count = 4)] float[] c, [Count(Count = 3)] float[] n, [Count(Count = 3)] float[] v)
Parameters
Type | Name | Description |
---|---|---|
Single[] | c | [length: 4] |
Single[] | n | [length: 3] |
Single[] | v | [length: 3] |
Color4ubVertex2(Byte*, Single*)
[requires: SUN_vertex]
Declaration
[AutoGenerated(Category = "SUN_vertex", Version = "", EntryPoint = "glColor4ubVertex2fvSUN")]
[CLSCompliant(false)]
public static void Color4ubVertex2([Count(Count = 4)] byte *c, [Count(Count = 2)] float *v)
Parameters
Type | Name | Description |
---|---|---|
Byte* | c | [length: 4] |
Single* | v | [length: 2] |
Color4ubVertex2(Byte, Byte, Byte, Byte, Single, Single)
[requires: SUN_vertex]
Declaration
[AutoGenerated(Category = "SUN_vertex", Version = "", EntryPoint = "glColor4ubVertex2fSUN")]
public static void Color4ubVertex2(byte r, byte g, byte b, byte a, float x, float y)
Parameters
Type | Name | Description |
---|---|---|
Byte | r | |
Byte | g | |
Byte | b | |
Byte | a | |
Single | x | |
Single | y |
Color4ubVertex2(ref Byte, ref Single)
[requires: SUN_vertex]
Declaration
[AutoGenerated(Category = "SUN_vertex", Version = "", EntryPoint = "glColor4ubVertex2fvSUN")]
[CLSCompliant(false)]
public static void Color4ubVertex2([Count(Count = 4)] ref byte c, [Count(Count = 2)] ref float v)
Parameters
Type | Name | Description |
---|---|---|
Byte | c | [length: 4] |
Single | v | [length: 2] |
Color4ubVertex2(Byte[], Single[])
[requires: SUN_vertex]
Declaration
[AutoGenerated(Category = "SUN_vertex", Version = "", EntryPoint = "glColor4ubVertex2fvSUN")]
[CLSCompliant(false)]
public static void Color4ubVertex2([Count(Count = 4)] byte[] c, [Count(Count = 2)] float[] v)
Parameters
Type | Name | Description |
---|---|---|
Byte[] | c | [length: 4] |
Single[] | v | [length: 2] |
Color4ubVertex3(Byte*, Single*)
[requires: SUN_vertex]
Declaration
[AutoGenerated(Category = "SUN_vertex", Version = "", EntryPoint = "glColor4ubVertex3fvSUN")]
[CLSCompliant(false)]
public static void Color4ubVertex3([Count(Count = 4)] byte *c, [Count(Count = 3)] float *v)
Parameters
Type | Name | Description |
---|---|---|
Byte* | c | [length: 4] |
Single* | v | [length: 3] |
Color4ubVertex3(Byte, Byte, Byte, Byte, Single, Single, Single)
[requires: SUN_vertex]
Declaration
[AutoGenerated(Category = "SUN_vertex", Version = "", EntryPoint = "glColor4ubVertex3fSUN")]
public static void Color4ubVertex3(byte r, byte g, byte b, byte a, float x, float y, float z)
Parameters
Type | Name | Description |
---|---|---|
Byte | r | |
Byte | g | |
Byte | b | |
Byte | a | |
Single | x | |
Single | y | |
Single | z |
Color4ubVertex3(ref Byte, ref Single)
[requires: SUN_vertex]
Declaration
[AutoGenerated(Category = "SUN_vertex", Version = "", EntryPoint = "glColor4ubVertex3fvSUN")]
[CLSCompliant(false)]
public static void Color4ubVertex3([Count(Count = 4)] ref byte c, [Count(Count = 3)] ref float v)
Parameters
Type | Name | Description |
---|---|---|
Byte | c | [length: 4] |
Single | v | [length: 3] |
Color4ubVertex3(Byte[], Single[])
[requires: SUN_vertex]
Declaration
[AutoGenerated(Category = "SUN_vertex", Version = "", EntryPoint = "glColor4ubVertex3fvSUN")]
[CLSCompliant(false)]
public static void Color4ubVertex3([Count(Count = 4)] byte[] c, [Count(Count = 3)] float[] v)
Parameters
Type | Name | Description |
---|---|---|
Byte[] | c | [length: 4] |
Single[] | v | [length: 3] |
DrawMeshArrays(BeginMode, Int32, Int32, Int32)
[requires: SUN_mesh_array]
Declaration
[Obsolete("Use PrimitiveType overload instead")]
[AutoGenerated(Category = "SUN_mesh_array", Version = "", EntryPoint = "glDrawMeshArraysSUN")]
public static void DrawMeshArrays(BeginMode mode, int first, int count, int width)
Parameters
Type | Name | Description |
---|---|---|
BeginMode | mode | |
Int32 | first | |
Int32 | count | |
Int32 | width |
DrawMeshArrays(PrimitiveType, Int32, Int32, Int32)
[requires: SUN_mesh_array]
Declaration
[AutoGenerated(Category = "SUN_mesh_array", Version = "", EntryPoint = "glDrawMeshArraysSUN")]
public static void DrawMeshArrays(PrimitiveType mode, int first, int count, int width)
Parameters
Type | Name | Description |
---|---|---|
PrimitiveType | mode | |
Int32 | first | |
Int32 | count | |
Int32 | width |
GlobalAlphaFactor(Byte)
[requires: SUN_global_alpha]
Declaration
[AutoGenerated(Category = "SUN_global_alpha", Version = "", EntryPoint = "glGlobalAlphaFactorubSUN")]
public static void GlobalAlphaFactor(byte factor)
Parameters
Type | Name | Description |
---|---|---|
Byte | factor |
GlobalAlphaFactor(Double)
[requires: SUN_global_alpha]
Declaration
[AutoGenerated(Category = "SUN_global_alpha", Version = "", EntryPoint = "glGlobalAlphaFactordSUN")]
public static void GlobalAlphaFactor(double factor)
Parameters
Type | Name | Description |
---|---|---|
Double | factor |
GlobalAlphaFactor(Int16)
[requires: SUN_global_alpha]
Declaration
[AutoGenerated(Category = "SUN_global_alpha", Version = "", EntryPoint = "glGlobalAlphaFactorusSUN")]
[CLSCompliant(false)]
public static void GlobalAlphaFactor(short factor)
Parameters
Type | Name | Description |
---|---|---|
Int16 | factor |
GlobalAlphaFactor(Int32)
[requires: SUN_global_alpha]
Declaration
[AutoGenerated(Category = "SUN_global_alpha", Version = "", EntryPoint = "glGlobalAlphaFactoriSUN")]
public static void GlobalAlphaFactor(int factor)
Parameters
Type | Name | Description |
---|---|---|
Int32 | factor |
GlobalAlphaFactor(SByte)
[requires: SUN_global_alpha]
Declaration
[AutoGenerated(Category = "SUN_global_alpha", Version = "", EntryPoint = "glGlobalAlphaFactorbSUN")]
[CLSCompliant(false)]
public static void GlobalAlphaFactor(sbyte factor)
Parameters
Type | Name | Description |
---|---|---|
SByte | factor |
GlobalAlphaFactor(Single)
[requires: SUN_global_alpha]
Declaration
[AutoGenerated(Category = "SUN_global_alpha", Version = "", EntryPoint = "glGlobalAlphaFactorfSUN")]
public static void GlobalAlphaFactor(float factor)
Parameters
Type | Name | Description |
---|---|---|
Single | factor |
GlobalAlphaFactor(UInt16)
[requires: SUN_global_alpha]
Declaration
[AutoGenerated(Category = "SUN_global_alpha", Version = "", EntryPoint = "glGlobalAlphaFactorusSUN")]
[CLSCompliant(false)]
public static void GlobalAlphaFactor(ushort factor)
Parameters
Type | Name | Description |
---|---|---|
UInt16 | factor |
GlobalAlphaFactor(UInt32)
[requires: SUN_global_alpha]
Declaration
[AutoGenerated(Category = "SUN_global_alpha", Version = "", EntryPoint = "glGlobalAlphaFactoruiSUN")]
[CLSCompliant(false)]
public static void GlobalAlphaFactor(uint factor)
Parameters
Type | Name | Description |
---|---|---|
UInt32 | factor |
GlobalAlphaFactors(Int16)
[requires: SUN_global_alpha]
Declaration
[AutoGenerated(Category = "SUN_global_alpha", Version = "", EntryPoint = "glGlobalAlphaFactorsSUN")]
public static void GlobalAlphaFactors(short factor)
Parameters
Type | Name | Description |
---|---|---|
Int16 | factor |
Normal3fVertex3(Single*, Single*)
[requires: SUN_vertex]
Declaration
[AutoGenerated(Category = "SUN_vertex", Version = "", EntryPoint = "glNormal3fVertex3fvSUN")]
[CLSCompliant(false)]
public static void Normal3fVertex3([Count(Count = 3)] float *n, [Count(Count = 3)] float *v)
Parameters
Type | Name | Description |
---|---|---|
Single* | n | [length: 3] |
Single* | v | [length: 3] |
Normal3fVertex3(Single, Single, Single, Single, Single, Single)
[requires: SUN_vertex]
Declaration
[AutoGenerated(Category = "SUN_vertex", Version = "", EntryPoint = "glNormal3fVertex3fSUN")]
public static void Normal3fVertex3(float nx, float ny, float nz, float x, float y, float z)
Parameters
Type | Name | Description |
---|---|---|
Single | nx | |
Single | ny | |
Single | nz | |
Single | x | |
Single | y | |
Single | z |
Normal3fVertex3(ref Single, ref Single)
[requires: SUN_vertex]
Declaration
[AutoGenerated(Category = "SUN_vertex", Version = "", EntryPoint = "glNormal3fVertex3fvSUN")]
[CLSCompliant(false)]
public static void Normal3fVertex3([Count(Count = 3)] ref float n, [Count(Count = 3)] ref float v)
Parameters
Type | Name | Description |
---|---|---|
Single | n | [length: 3] |
Single | v | [length: 3] |
Normal3fVertex3(Single[], Single[])
[requires: SUN_vertex]
Declaration
[AutoGenerated(Category = "SUN_vertex", Version = "", EntryPoint = "glNormal3fVertex3fvSUN")]
[CLSCompliant(false)]
public static void Normal3fVertex3([Count(Count = 3)] float[] n, [Count(Count = 3)] float[] v)
Parameters
Type | Name | Description |
---|---|---|
Single[] | n | [length: 3] |
Single[] | v | [length: 3] |
ReplacementCode(Byte)
[requires: SUN_triangle_list]
Declaration
[AutoGenerated(Category = "SUN_triangle_list", Version = "", EntryPoint = "glReplacementCodeubSUN")]
public static void ReplacementCode(byte code)
Parameters
Type | Name | Description |
---|---|---|
Byte | code |
ReplacementCode(Byte*)
[requires: SUN_triangle_list]
Declaration
[AutoGenerated(Category = "SUN_triangle_list", Version = "", EntryPoint = "glReplacementCodeubvSUN")]
[CLSCompliant(false)]
public static void ReplacementCode([Count(Computed = "")] byte *code)
Parameters
Type | Name | Description |
---|---|---|
Byte* | code | [length: COMPSIZE()] |
ReplacementCode(Byte[])
[requires: SUN_triangle_list]
Declaration
[AutoGenerated(Category = "SUN_triangle_list", Version = "", EntryPoint = "glReplacementCodeubvSUN")]
[CLSCompliant(false)]
public static void ReplacementCode([Count(Computed = "")] byte[] code)
Parameters
Type | Name | Description |
---|---|---|
Byte[] | code | [length: COMPSIZE()] |
ReplacementCode(Int16)
[requires: SUN_triangle_list]
Declaration
[AutoGenerated(Category = "SUN_triangle_list", Version = "", EntryPoint = "glReplacementCodeusSUN")]
[CLSCompliant(false)]
public static void ReplacementCode(short code)
Parameters
Type | Name | Description |
---|---|---|
Int16 | code |
ReplacementCode(Int16*)
[requires: SUN_triangle_list]
Declaration
[AutoGenerated(Category = "SUN_triangle_list", Version = "", EntryPoint = "glReplacementCodeusvSUN")]
[CLSCompliant(false)]
public static void ReplacementCode([Count(Computed = "")] short *code)
Parameters
Type | Name | Description |
---|---|---|
Int16* | code | [length: COMPSIZE()] |
ReplacementCode(Int16[])
[requires: SUN_triangle_list]
Declaration
[AutoGenerated(Category = "SUN_triangle_list", Version = "", EntryPoint = "glReplacementCodeusvSUN")]
[CLSCompliant(false)]
public static void ReplacementCode([Count(Computed = "")] short[] code)
Parameters
Type | Name | Description |
---|---|---|
Int16[] | code | [length: COMPSIZE()] |
ReplacementCode(Int32)
[requires: SUN_triangle_list]
Declaration
[AutoGenerated(Category = "SUN_triangle_list", Version = "", EntryPoint = "glReplacementCodeuiSUN")]
[CLSCompliant(false)]
public static void ReplacementCode(int code)
Parameters
Type | Name | Description |
---|---|---|
Int32 | code |
ReplacementCode(Int32*)
[requires: SUN_triangle_list]
Declaration
[AutoGenerated(Category = "SUN_triangle_list", Version = "", EntryPoint = "glReplacementCodeuivSUN")]
[CLSCompliant(false)]
public static void ReplacementCode([Count(Computed = "")] int *code)
Parameters
Type | Name | Description |
---|---|---|
Int32* | code | [length: COMPSIZE()] |
ReplacementCode(Int32[])
[requires: SUN_triangle_list]
Declaration
[AutoGenerated(Category = "SUN_triangle_list", Version = "", EntryPoint = "glReplacementCodeuivSUN")]
[CLSCompliant(false)]
public static void ReplacementCode([Count(Computed = "")] int[] code)
Parameters
Type | Name | Description |
---|---|---|
Int32[] | code | [length: COMPSIZE()] |
ReplacementCode(UInt16)
[requires: SUN_triangle_list]
Declaration
[AutoGenerated(Category = "SUN_triangle_list", Version = "", EntryPoint = "glReplacementCodeusSUN")]
[CLSCompliant(false)]
public static void ReplacementCode(ushort code)
Parameters
Type | Name | Description |
---|---|---|
UInt16 | code |
ReplacementCode(UInt16*)
[requires: SUN_triangle_list]
Declaration
[AutoGenerated(Category = "SUN_triangle_list", Version = "", EntryPoint = "glReplacementCodeusvSUN")]
[CLSCompliant(false)]
public static void ReplacementCode([Count(Computed = "")] ushort *code)
Parameters
Type | Name | Description |
---|---|---|
UInt16* | code | [length: COMPSIZE()] |
ReplacementCode(UInt16[])
[requires: SUN_triangle_list]
Declaration
[AutoGenerated(Category = "SUN_triangle_list", Version = "", EntryPoint = "glReplacementCodeusvSUN")]
[CLSCompliant(false)]
public static void ReplacementCode([Count(Computed = "")] ushort[] code)
Parameters
Type | Name | Description |
---|---|---|
UInt16[] | code | [length: COMPSIZE()] |
ReplacementCode(UInt32)
[requires: SUN_triangle_list]
Declaration
[AutoGenerated(Category = "SUN_triangle_list", Version = "", EntryPoint = "glReplacementCodeuiSUN")]
[CLSCompliant(false)]
public static void ReplacementCode(uint code)
Parameters
Type | Name | Description |
---|---|---|
UInt32 | code |
ReplacementCode(UInt32*)
[requires: SUN_triangle_list]
Declaration
[AutoGenerated(Category = "SUN_triangle_list", Version = "", EntryPoint = "glReplacementCodeuivSUN")]
[CLSCompliant(false)]
public static void ReplacementCode([Count(Computed = "")] uint *code)
Parameters
Type | Name | Description |
---|---|---|
UInt32* | code | [length: COMPSIZE()] |
ReplacementCode(UInt32[])
[requires: SUN_triangle_list]
Declaration
[AutoGenerated(Category = "SUN_triangle_list", Version = "", EntryPoint = "glReplacementCodeuivSUN")]
[CLSCompliant(false)]
public static void ReplacementCode([Count(Computed = "")] uint[] code)
Parameters
Type | Name | Description |
---|---|---|
UInt32[] | code | [length: COMPSIZE()] |
ReplacementCodePointer(SunTriangleList, Int32, IntPtr)
[requires: SUN_triangle_list]
Declaration
[AutoGenerated(Category = "SUN_triangle_list", Version = "", EntryPoint = "glReplacementCodePointerSUN")]
public static void ReplacementCodePointer(SunTriangleList type, int stride, [Count(Computed = "type,stride")] IntPtr pointer)
Parameters
Type | Name | Description |
---|---|---|
SunTriangleList | type | |
Int32 | stride | |
IntPtr | pointer | [length: COMPSIZE(type,stride)] |
ReplacementCodePointer<T2>(SunTriangleList, Int32, ref T2)
[requires: SUN_triangle_list]
Declaration
[AutoGenerated(Category = "SUN_triangle_list", Version = "", EntryPoint = "glReplacementCodePointerSUN")]
public static void ReplacementCodePointer<T2>(SunTriangleList type, int stride, [Count(Computed = "type,stride")] ref T2 pointer)
where T2 : struct
Parameters
Type | Name | Description |
---|---|---|
SunTriangleList | type | |
Int32 | stride | |
T2 | pointer | [length: COMPSIZE(type,stride)] |
Type Parameters
Name | Description |
---|---|
T2 |
ReplacementCodePointer<T2>(SunTriangleList, Int32, T2[])
[requires: SUN_triangle_list]
Declaration
[AutoGenerated(Category = "SUN_triangle_list", Version = "", EntryPoint = "glReplacementCodePointerSUN")]
[CLSCompliant(false)]
public static void ReplacementCodePointer<T2>(SunTriangleList type, int stride, [Count(Computed = "type,stride")] T2[] pointer)
where T2 : struct
Parameters
Type | Name | Description |
---|---|---|
SunTriangleList | type | |
Int32 | stride | |
T2[] | pointer | [length: COMPSIZE(type,stride)] |
Type Parameters
Name | Description |
---|---|
T2 |
ReplacementCodePointer<T2>(SunTriangleList, Int32, T2[,,])
[requires: SUN_triangle_list]
Declaration
[AutoGenerated(Category = "SUN_triangle_list", Version = "", EntryPoint = "glReplacementCodePointerSUN")]
[CLSCompliant(false)]
public static void ReplacementCodePointer<T2>(SunTriangleList type, int stride, [Count(Computed = "type,stride")] T2[,, ] pointer)
where T2 : struct
Parameters
Type | Name | Description |
---|---|---|
SunTriangleList | type | |
Int32 | stride | |
T2[,,] | pointer | [length: COMPSIZE(type,stride)] |
Type Parameters
Name | Description |
---|---|
T2 |
ReplacementCodePointer<T2>(SunTriangleList, Int32, T2[,])
[requires: SUN_triangle_list]
Declaration
[AutoGenerated(Category = "SUN_triangle_list", Version = "", EntryPoint = "glReplacementCodePointerSUN")]
[CLSCompliant(false)]
public static void ReplacementCodePointer<T2>(SunTriangleList type, int stride, [Count(Computed = "type,stride")] T2[, ] pointer)
where T2 : struct
Parameters
Type | Name | Description |
---|---|---|
SunTriangleList | type | |
Int32 | stride | |
T2[,] | pointer | [length: COMPSIZE(type,stride)] |
Type Parameters
Name | Description |
---|---|
T2 |
ReplacementCodeuiColor3fVertex3(Int32*, Single*, Single*)
[requires: SUN_vertex]
Declaration
[AutoGenerated(Category = "SUN_vertex", Version = "", EntryPoint = "glReplacementCodeuiColor3fVertex3fvSUN")]
[CLSCompliant(false)]
public static void ReplacementCodeuiColor3fVertex3([Count(Count = 1)] int *rc, [Count(Count = 3)] float *c, [Count(Count = 3)] float *v)
Parameters
Type | Name | Description |
---|---|---|
Int32* | rc | [length: 1] |
Single* | c | [length: 3] |
Single* | v | [length: 3] |
ReplacementCodeuiColor3fVertex3(Int32*, Single[], Single[])
Declaration
[CLSCompliant(false)]
[AutoGenerated(Category = "SunVertex", Version = "1.1", EntryPoint = "glReplacementCodeuiColor3fVertex3fvSUN")]
[Obsolete("Use ref/array overload instead")]
public static void ReplacementCodeuiColor3fVertex3(int *rc, float[] c, float[] v)
Parameters
Type | Name | Description |
---|---|---|
Int32* | rc | |
Single[] | c | |
Single[] | v |
ReplacementCodeuiColor3fVertex3(Int32, Single, Single, Single, Single, Single, Single)
[requires: SUN_vertex]
Declaration
[AutoGenerated(Category = "SUN_vertex", Version = "", EntryPoint = "glReplacementCodeuiColor3fVertex3fSUN")]
[CLSCompliant(false)]
public static void ReplacementCodeuiColor3fVertex3(int rc, float r, float g, float b, float x, float y, float z)
Parameters
Type | Name | Description |
---|---|---|
Int32 | rc | |
Single | r | |
Single | g | |
Single | b | |
Single | x | |
Single | y | |
Single | z |
ReplacementCodeuiColor3fVertex3(ref Int32, ref Single, ref Single)
[requires: SUN_vertex]
Declaration
[AutoGenerated(Category = "SUN_vertex", Version = "", EntryPoint = "glReplacementCodeuiColor3fVertex3fvSUN")]
[CLSCompliant(false)]
public static void ReplacementCodeuiColor3fVertex3([Count(Count = 1)] ref int rc, [Count(Count = 3)] ref float c, [Count(Count = 3)] ref float v)
Parameters
Type | Name | Description |
---|---|---|
Int32 | rc | [length: 1] |
Single | c | [length: 3] |
Single | v | [length: 3] |
ReplacementCodeuiColor3fVertex3(ref Int32, Single[], Single[])
[requires: SUN_vertex]
Declaration
[AutoGenerated(Category = "SUN_vertex", Version = "", EntryPoint = "glReplacementCodeuiColor3fVertex3fvSUN")]
[CLSCompliant(false)]
public static void ReplacementCodeuiColor3fVertex3([Count(Count = 1)] ref int rc, [Count(Count = 3)] float[] c, [Count(Count = 3)] float[] v)
Parameters
Type | Name | Description |
---|---|---|
Int32 | rc | [length: 1] |
Single[] | c | [length: 3] |
Single[] | v | [length: 3] |
ReplacementCodeuiColor3fVertex3(UInt32*, Single*, Single*)
[requires: SUN_vertex]
Declaration
[AutoGenerated(Category = "SUN_vertex", Version = "", EntryPoint = "glReplacementCodeuiColor3fVertex3fvSUN")]
[CLSCompliant(false)]
public static void ReplacementCodeuiColor3fVertex3([Count(Count = 1)] uint *rc, [Count(Count = 3)] float *c, [Count(Count = 3)] float *v)
Parameters
Type | Name | Description |
---|---|---|
UInt32* | rc | [length: 1] |
Single* | c | [length: 3] |
Single* | v | [length: 3] |
ReplacementCodeuiColor3fVertex3(UInt32*, Single[], Single[])
Declaration
[CLSCompliant(false)]
[AutoGenerated(Category = "SunVertex", Version = "1.1", EntryPoint = "glReplacementCodeuiColor3fVertex3fvSUN")]
[Obsolete("Use ref/array overload instead")]
public static void ReplacementCodeuiColor3fVertex3(uint *rc, float[] c, float[] v)
Parameters
Type | Name | Description |
---|---|---|
UInt32* | rc | |
Single[] | c | |
Single[] | v |
ReplacementCodeuiColor3fVertex3(UInt32, Single, Single, Single, Single, Single, Single)
[requires: SUN_vertex]
Declaration
[AutoGenerated(Category = "SUN_vertex", Version = "", EntryPoint = "glReplacementCodeuiColor3fVertex3fSUN")]
[CLSCompliant(false)]
public static void ReplacementCodeuiColor3fVertex3(uint rc, float r, float g, float b, float x, float y, float z)
Parameters
Type | Name | Description |
---|---|---|
UInt32 | rc | |
Single | r | |
Single | g | |
Single | b | |
Single | x | |
Single | y | |
Single | z |
ReplacementCodeuiColor3fVertex3(ref UInt32, ref Single, ref Single)
[requires: SUN_vertex]
Declaration
[AutoGenerated(Category = "SUN_vertex", Version = "", EntryPoint = "glReplacementCodeuiColor3fVertex3fvSUN")]
[CLSCompliant(false)]
public static void ReplacementCodeuiColor3fVertex3([Count(Count = 1)] ref uint rc, [Count(Count = 3)] ref float c, [Count(Count = 3)] ref float v)
Parameters
Type | Name | Description |
---|---|---|
UInt32 | rc | [length: 1] |
Single | c | [length: 3] |
Single | v | [length: 3] |
ReplacementCodeuiColor3fVertex3(ref UInt32, Single[], Single[])
[requires: SUN_vertex]
Declaration
[AutoGenerated(Category = "SUN_vertex", Version = "", EntryPoint = "glReplacementCodeuiColor3fVertex3fvSUN")]
[CLSCompliant(false)]
public static void ReplacementCodeuiColor3fVertex3([Count(Count = 1)] ref uint rc, [Count(Count = 3)] float[] c, [Count(Count = 3)] float[] v)
Parameters
Type | Name | Description |
---|---|---|
UInt32 | rc | [length: 1] |
Single[] | c | [length: 3] |
Single[] | v | [length: 3] |
ReplacementCodeuiColor4fNormal3fVertex3(Int32*, Single*, Single*, Single*)
[requires: SUN_vertex]
Declaration
[AutoGenerated(Category = "SUN_vertex", Version = "", EntryPoint = "glReplacementCodeuiColor4fNormal3fVertex3fvSUN")]
[CLSCompliant(false)]
public static void ReplacementCodeuiColor4fNormal3fVertex3([Count(Count = 1)] int *rc, [Count(Count = 4)] float *c, [Count(Count = 3)] float *n, [Count(Count = 3)] float *v)
Parameters
Type | Name | Description |
---|---|---|
Int32* | rc | [length: 1] |
Single* | c | [length: 4] |
Single* | n | [length: 3] |
Single* | v | [length: 3] |
ReplacementCodeuiColor4fNormal3fVertex3(Int32*, Single[], Single[], Single[])
Declaration
[CLSCompliant(false)]
[AutoGenerated(Category = "SunVertex", Version = "1.1", EntryPoint = "glReplacementCodeuiColor4fNormal3fVertex3fvSUN")]
[Obsolete("Use ref/array overload instead")]
public static void ReplacementCodeuiColor4fNormal3fVertex3(int *rc, float[] c, float[] n, float[] v)
Parameters
Type | Name | Description |
---|---|---|
Int32* | rc | |
Single[] | c | |
Single[] | n | |
Single[] | v |
ReplacementCodeuiColor4fNormal3fVertex3(Int32, Single, Single, Single, Single, Single, Single, Single, Single, Single, Single)
[requires: SUN_vertex]
Declaration
[AutoGenerated(Category = "SUN_vertex", Version = "", EntryPoint = "glReplacementCodeuiColor4fNormal3fVertex3fSUN")]
[CLSCompliant(false)]
public static void ReplacementCodeuiColor4fNormal3fVertex3(int rc, float r, float g, float b, float a, float nx, float ny, float nz, float x, float y, float z)
Parameters
Type | Name | Description |
---|---|---|
Int32 | rc | |
Single | r | |
Single | g | |
Single | b | |
Single | a | |
Single | nx | |
Single | ny | |
Single | nz | |
Single | x | |
Single | y | |
Single | z |
ReplacementCodeuiColor4fNormal3fVertex3(ref Int32, ref Single, ref Single, ref Single)
[requires: SUN_vertex]
Declaration
[AutoGenerated(Category = "SUN_vertex", Version = "", EntryPoint = "glReplacementCodeuiColor4fNormal3fVertex3fvSUN")]
[CLSCompliant(false)]
public static void ReplacementCodeuiColor4fNormal3fVertex3([Count(Count = 1)] ref int rc, [Count(Count = 4)] ref float c, [Count(Count = 3)] ref float n, [Count(Count = 3)] ref float v)
Parameters
Type | Name | Description |
---|---|---|
Int32 | rc | [length: 1] |
Single | c | [length: 4] |
Single | n | [length: 3] |
Single | v | [length: 3] |
ReplacementCodeuiColor4fNormal3fVertex3(ref Int32, Single[], Single[], Single[])
[requires: SUN_vertex]
Declaration
[AutoGenerated(Category = "SUN_vertex", Version = "", EntryPoint = "glReplacementCodeuiColor4fNormal3fVertex3fvSUN")]
[CLSCompliant(false)]
public static void ReplacementCodeuiColor4fNormal3fVertex3([Count(Count = 1)] ref int rc, [Count(Count = 4)] float[] c, [Count(Count = 3)] float[] n, [Count(Count = 3)] float[] v)
Parameters
Type | Name | Description |
---|---|---|
Int32 | rc | [length: 1] |
Single[] | c | [length: 4] |
Single[] | n | [length: 3] |
Single[] | v | [length: 3] |
ReplacementCodeuiColor4fNormal3fVertex3(UInt32*, Single*, Single*, Single*)
[requires: SUN_vertex]
Declaration
[AutoGenerated(Category = "SUN_vertex", Version = "", EntryPoint = "glReplacementCodeuiColor4fNormal3fVertex3fvSUN")]
[CLSCompliant(false)]
public static void ReplacementCodeuiColor4fNormal3fVertex3([Count(Count = 1)] uint *rc, [Count(Count = 4)] float *c, [Count(Count = 3)] float *n, [Count(Count = 3)] float *v)
Parameters
Type | Name | Description |
---|---|---|
UInt32* | rc | [length: 1] |
Single* | c | [length: 4] |
Single* | n | [length: 3] |
Single* | v | [length: 3] |
ReplacementCodeuiColor4fNormal3fVertex3(UInt32*, Single[], Single[], Single[])
Declaration
[CLSCompliant(false)]
[AutoGenerated(Category = "SunVertex", Version = "1.1", EntryPoint = "glReplacementCodeuiColor4fNormal3fVertex3fvSUN")]
[Obsolete("Use ref/array overload instead")]
public static void ReplacementCodeuiColor4fNormal3fVertex3(uint *rc, float[] c, float[] n, float[] v)
Parameters
Type | Name | Description |
---|---|---|
UInt32* | rc | |
Single[] | c | |
Single[] | n | |
Single[] | v |
ReplacementCodeuiColor4fNormal3fVertex3(UInt32, Single, Single, Single, Single, Single, Single, Single, Single, Single, Single)
[requires: SUN_vertex]
Declaration
[AutoGenerated(Category = "SUN_vertex", Version = "", EntryPoint = "glReplacementCodeuiColor4fNormal3fVertex3fSUN")]
[CLSCompliant(false)]
public static void ReplacementCodeuiColor4fNormal3fVertex3(uint rc, float r, float g, float b, float a, float nx, float ny, float nz, float x, float y, float z)
Parameters
Type | Name | Description |
---|---|---|
UInt32 | rc | |
Single | r | |
Single | g | |
Single | b | |
Single | a | |
Single | nx | |
Single | ny | |
Single | nz | |
Single | x | |
Single | y | |
Single | z |
ReplacementCodeuiColor4fNormal3fVertex3(ref UInt32, ref Single, ref Single, ref Single)
[requires: SUN_vertex]
Declaration
[AutoGenerated(Category = "SUN_vertex", Version = "", EntryPoint = "glReplacementCodeuiColor4fNormal3fVertex3fvSUN")]
[CLSCompliant(false)]
public static void ReplacementCodeuiColor4fNormal3fVertex3([Count(Count = 1)] ref uint rc, [Count(Count = 4)] ref float c, [Count(Count = 3)] ref float n, [Count(Count = 3)] ref float v)
Parameters
Type | Name | Description |
---|---|---|
UInt32 | rc | [length: 1] |
Single | c | [length: 4] |
Single | n | [length: 3] |
Single | v | [length: 3] |
ReplacementCodeuiColor4fNormal3fVertex3(ref UInt32, Single[], Single[], Single[])
[requires: SUN_vertex]
Declaration
[AutoGenerated(Category = "SUN_vertex", Version = "", EntryPoint = "glReplacementCodeuiColor4fNormal3fVertex3fvSUN")]
[CLSCompliant(false)]
public static void ReplacementCodeuiColor4fNormal3fVertex3([Count(Count = 1)] ref uint rc, [Count(Count = 4)] float[] c, [Count(Count = 3)] float[] n, [Count(Count = 3)] float[] v)
Parameters
Type | Name | Description |
---|---|---|
UInt32 | rc | [length: 1] |
Single[] | c | [length: 4] |
Single[] | n | [length: 3] |
Single[] | v | [length: 3] |
ReplacementCodeuiColor4ubVertex3(Int32*, Byte*, Single*)
[requires: SUN_vertex]
Declaration
[AutoGenerated(Category = "SUN_vertex", Version = "", EntryPoint = "glReplacementCodeuiColor4ubVertex3fvSUN")]
[CLSCompliant(false)]
public static void ReplacementCodeuiColor4ubVertex3([Count(Count = 1)] int *rc, [Count(Count = 4)] byte *c, [Count(Count = 3)] float *v)
Parameters
Type | Name | Description |
---|---|---|
Int32* | rc | [length: 1] |
Byte* | c | [length: 4] |
Single* | v | [length: 3] |
ReplacementCodeuiColor4ubVertex3(Int32*, Byte[], Single[])
Declaration
[CLSCompliant(false)]
[AutoGenerated(Category = "SunVertex", Version = "1.1", EntryPoint = "glReplacementCodeuiColor4ubVertex3fvSUN")]
[Obsolete("Use ref/array overload instead")]
public static void ReplacementCodeuiColor4ubVertex3(int *rc, byte[] c, float[] v)
Parameters
Type | Name | Description |
---|---|---|
Int32* | rc | |
Byte[] | c | |
Single[] | v |
ReplacementCodeuiColor4ubVertex3(Int32, Byte, Byte, Byte, Byte, Single, Single, Single)
[requires: SUN_vertex]
Declaration
[AutoGenerated(Category = "SUN_vertex", Version = "", EntryPoint = "glReplacementCodeuiColor4ubVertex3fSUN")]
[CLSCompliant(false)]
public static void ReplacementCodeuiColor4ubVertex3(int rc, byte r, byte g, byte b, byte a, float x, float y, float z)
Parameters
Type | Name | Description |
---|---|---|
Int32 | rc | |
Byte | r | |
Byte | g | |
Byte | b | |
Byte | a | |
Single | x | |
Single | y | |
Single | z |
ReplacementCodeuiColor4ubVertex3(ref Int32, ref Byte, ref Single)
[requires: SUN_vertex]
Declaration
[AutoGenerated(Category = "SUN_vertex", Version = "", EntryPoint = "glReplacementCodeuiColor4ubVertex3fvSUN")]
[CLSCompliant(false)]
public static void ReplacementCodeuiColor4ubVertex3([Count(Count = 1)] ref int rc, [Count(Count = 4)] ref byte c, [Count(Count = 3)] ref float v)
Parameters
Type | Name | Description |
---|---|---|
Int32 | rc | [length: 1] |
Byte | c | [length: 4] |
Single | v | [length: 3] |
ReplacementCodeuiColor4ubVertex3(ref Int32, Byte[], Single[])
[requires: SUN_vertex]
Declaration
[AutoGenerated(Category = "SUN_vertex", Version = "", EntryPoint = "glReplacementCodeuiColor4ubVertex3fvSUN")]
[CLSCompliant(false)]
public static void ReplacementCodeuiColor4ubVertex3([Count(Count = 1)] ref int rc, [Count(Count = 4)] byte[] c, [Count(Count = 3)] float[] v)
Parameters
Type | Name | Description |
---|---|---|
Int32 | rc | [length: 1] |
Byte[] | c | [length: 4] |
Single[] | v | [length: 3] |
ReplacementCodeuiColor4ubVertex3(UInt32*, Byte*, Single*)
[requires: SUN_vertex]
Declaration
[AutoGenerated(Category = "SUN_vertex", Version = "", EntryPoint = "glReplacementCodeuiColor4ubVertex3fvSUN")]
[CLSCompliant(false)]
public static void ReplacementCodeuiColor4ubVertex3([Count(Count = 1)] uint *rc, [Count(Count = 4)] byte *c, [Count(Count = 3)] float *v)
Parameters
Type | Name | Description |
---|---|---|
UInt32* | rc | [length: 1] |
Byte* | c | [length: 4] |
Single* | v | [length: 3] |
ReplacementCodeuiColor4ubVertex3(UInt32*, Byte[], Single[])
Declaration
[CLSCompliant(false)]
[AutoGenerated(Category = "SunVertex", Version = "1.1", EntryPoint = "glReplacementCodeuiColor4ubVertex3fvSUN")]
[Obsolete("Use ref/array overload instead")]
public static void ReplacementCodeuiColor4ubVertex3(uint *rc, byte[] c, float[] v)
Parameters
Type | Name | Description |
---|---|---|
UInt32* | rc | |
Byte[] | c | |
Single[] | v |
ReplacementCodeuiColor4ubVertex3(UInt32, Byte, Byte, Byte, Byte, Single, Single, Single)
[requires: SUN_vertex]
Declaration
[AutoGenerated(Category = "SUN_vertex", Version = "", EntryPoint = "glReplacementCodeuiColor4ubVertex3fSUN")]
[CLSCompliant(false)]
public static void ReplacementCodeuiColor4ubVertex3(uint rc, byte r, byte g, byte b, byte a, float x, float y, float z)
Parameters
Type | Name | Description |
---|---|---|
UInt32 | rc | |
Byte | r | |
Byte | g | |
Byte | b | |
Byte | a | |
Single | x | |
Single | y | |
Single | z |
ReplacementCodeuiColor4ubVertex3(ref UInt32, ref Byte, ref Single)
[requires: SUN_vertex]
Declaration
[AutoGenerated(Category = "SUN_vertex", Version = "", EntryPoint = "glReplacementCodeuiColor4ubVertex3fvSUN")]
[CLSCompliant(false)]
public static void ReplacementCodeuiColor4ubVertex3([Count(Count = 1)] ref uint rc, [Count(Count = 4)] ref byte c, [Count(Count = 3)] ref float v)
Parameters
Type | Name | Description |
---|---|---|
UInt32 | rc | [length: 1] |
Byte | c | [length: 4] |
Single | v | [length: 3] |
ReplacementCodeuiColor4ubVertex3(ref UInt32, Byte[], Single[])
[requires: SUN_vertex]
Declaration
[AutoGenerated(Category = "SUN_vertex", Version = "", EntryPoint = "glReplacementCodeuiColor4ubVertex3fvSUN")]
[CLSCompliant(false)]
public static void ReplacementCodeuiColor4ubVertex3([Count(Count = 1)] ref uint rc, [Count(Count = 4)] byte[] c, [Count(Count = 3)] float[] v)
Parameters
Type | Name | Description |
---|---|---|
UInt32 | rc | [length: 1] |
Byte[] | c | [length: 4] |
Single[] | v | [length: 3] |
ReplacementCodeuiNormal3fVertex3(Int32*, Single*, Single*)
[requires: SUN_vertex]
Declaration
[AutoGenerated(Category = "SUN_vertex", Version = "", EntryPoint = "glReplacementCodeuiNormal3fVertex3fvSUN")]
[CLSCompliant(false)]
public static void ReplacementCodeuiNormal3fVertex3([Count(Count = 1)] int *rc, [Count(Count = 3)] float *n, [Count(Count = 3)] float *v)
Parameters
Type | Name | Description |
---|---|---|
Int32* | rc | [length: 1] |
Single* | n | [length: 3] |
Single* | v | [length: 3] |
ReplacementCodeuiNormal3fVertex3(Int32*, Single[], Single[])
Declaration
[CLSCompliant(false)]
[AutoGenerated(Category = "SunVertex", Version = "1.1", EntryPoint = "glReplacementCodeuiNormal3fVertex3fvSUN")]
[Obsolete("Use ref/array overload instead")]
public static void ReplacementCodeuiNormal3fVertex3(int *rc, float[] n, float[] v)
Parameters
Type | Name | Description |
---|---|---|
Int32* | rc | |
Single[] | n | |
Single[] | v |
ReplacementCodeuiNormal3fVertex3(Int32, Single, Single, Single, Single, Single, Single)
[requires: SUN_vertex]
Declaration
[AutoGenerated(Category = "SUN_vertex", Version = "", EntryPoint = "glReplacementCodeuiNormal3fVertex3fSUN")]
[CLSCompliant(false)]
public static void ReplacementCodeuiNormal3fVertex3(int rc, float nx, float ny, float nz, float x, float y, float z)
Parameters
Type | Name | Description |
---|---|---|
Int32 | rc | |
Single | nx | |
Single | ny | |
Single | nz | |
Single | x | |
Single | y | |
Single | z |
ReplacementCodeuiNormal3fVertex3(ref Int32, ref Single, ref Single)
[requires: SUN_vertex]
Declaration
[AutoGenerated(Category = "SUN_vertex", Version = "", EntryPoint = "glReplacementCodeuiNormal3fVertex3fvSUN")]
[CLSCompliant(false)]
public static void ReplacementCodeuiNormal3fVertex3([Count(Count = 1)] ref int rc, [Count(Count = 3)] ref float n, [Count(Count = 3)] ref float v)
Parameters
Type | Name | Description |
---|---|---|
Int32 | rc | [length: 1] |
Single | n | [length: 3] |
Single | v | [length: 3] |
ReplacementCodeuiNormal3fVertex3(ref Int32, Single[], Single[])
[requires: SUN_vertex]
Declaration
[AutoGenerated(Category = "SUN_vertex", Version = "", EntryPoint = "glReplacementCodeuiNormal3fVertex3fvSUN")]
[CLSCompliant(false)]
public static void ReplacementCodeuiNormal3fVertex3([Count(Count = 1)] ref int rc, [Count(Count = 3)] float[] n, [Count(Count = 3)] float[] v)
Parameters
Type | Name | Description |
---|---|---|
Int32 | rc | [length: 1] |
Single[] | n | [length: 3] |
Single[] | v | [length: 3] |
ReplacementCodeuiNormal3fVertex3(UInt32*, Single*, Single*)
[requires: SUN_vertex]
Declaration
[AutoGenerated(Category = "SUN_vertex", Version = "", EntryPoint = "glReplacementCodeuiNormal3fVertex3fvSUN")]
[CLSCompliant(false)]
public static void ReplacementCodeuiNormal3fVertex3([Count(Count = 1)] uint *rc, [Count(Count = 3)] float *n, [Count(Count = 3)] float *v)
Parameters
Type | Name | Description |
---|---|---|
UInt32* | rc | [length: 1] |
Single* | n | [length: 3] |
Single* | v | [length: 3] |
ReplacementCodeuiNormal3fVertex3(UInt32*, Single[], Single[])
Declaration
[CLSCompliant(false)]
[AutoGenerated(Category = "SunVertex", Version = "1.1", EntryPoint = "glReplacementCodeuiNormal3fVertex3fvSUN")]
[Obsolete("Use ref/array overload instead")]
public static void ReplacementCodeuiNormal3fVertex3(uint *rc, float[] n, float[] v)
Parameters
Type | Name | Description |
---|---|---|
UInt32* | rc | |
Single[] | n | |
Single[] | v |
ReplacementCodeuiNormal3fVertex3(UInt32, Single, Single, Single, Single, Single, Single)
[requires: SUN_vertex]
Declaration
[AutoGenerated(Category = "SUN_vertex", Version = "", EntryPoint = "glReplacementCodeuiNormal3fVertex3fSUN")]
[CLSCompliant(false)]
public static void ReplacementCodeuiNormal3fVertex3(uint rc, float nx, float ny, float nz, float x, float y, float z)
Parameters
Type | Name | Description |
---|---|---|
UInt32 | rc | |
Single | nx | |
Single | ny | |
Single | nz | |
Single | x | |
Single | y | |
Single | z |
ReplacementCodeuiNormal3fVertex3(ref UInt32, ref Single, ref Single)
[requires: SUN_vertex]
Declaration
[AutoGenerated(Category = "SUN_vertex", Version = "", EntryPoint = "glReplacementCodeuiNormal3fVertex3fvSUN")]
[CLSCompliant(false)]
public static void ReplacementCodeuiNormal3fVertex3([Count(Count = 1)] ref uint rc, [Count(Count = 3)] ref float n, [Count(Count = 3)] ref float v)
Parameters
Type | Name | Description |
---|---|---|
UInt32 | rc | [length: 1] |
Single | n | [length: 3] |
Single | v | [length: 3] |
ReplacementCodeuiNormal3fVertex3(ref UInt32, Single[], Single[])
[requires: SUN_vertex]
Declaration
[AutoGenerated(Category = "SUN_vertex", Version = "", EntryPoint = "glReplacementCodeuiNormal3fVertex3fvSUN")]
[CLSCompliant(false)]
public static void ReplacementCodeuiNormal3fVertex3([Count(Count = 1)] ref uint rc, [Count(Count = 3)] float[] n, [Count(Count = 3)] float[] v)
Parameters
Type | Name | Description |
---|---|---|
UInt32 | rc | [length: 1] |
Single[] | n | [length: 3] |
Single[] | v | [length: 3] |
ReplacementCodeuiTexCoord2fColor4fNormal3fVertex3(Int32*, Single*, Single*, Single*, Single*)
[requires: SUN_vertex]
Declaration
[AutoGenerated(Category = "SUN_vertex", Version = "", EntryPoint = "glReplacementCodeuiTexCoord2fColor4fNormal3fVertex3fvSUN")]
[CLSCompliant(false)]
public static void ReplacementCodeuiTexCoord2fColor4fNormal3fVertex3([Count(Count = 1)] int *rc, [Count(Count = 2)] float *tc, [Count(Count = 4)] float *c, [Count(Count = 3)] float *n, [Count(Count = 3)] float *v)
Parameters
Type | Name | Description |
---|---|---|
Int32* | rc | [length: 1] |
Single* | tc | [length: 2] |
Single* | c | [length: 4] |
Single* | n | [length: 3] |
Single* | v | [length: 3] |
ReplacementCodeuiTexCoord2fColor4fNormal3fVertex3(Int32*, Single[], Single[], Single[], Single[])
Declaration
[CLSCompliant(false)]
[AutoGenerated(Category = "SunVertex", Version = "1.1", EntryPoint = "glReplacementCodeuiTexCoord2fColor4fNormal3fVertex3fvSUN")]
[Obsolete("Use ref/array overload instead")]
public static void ReplacementCodeuiTexCoord2fColor4fNormal3fVertex3(int *rc, float[] tc, float[] c, float[] n, float[] v)
Parameters
Type | Name | Description |
---|---|---|
Int32* | rc | |
Single[] | tc | |
Single[] | c | |
Single[] | n | |
Single[] | v |
ReplacementCodeuiTexCoord2fColor4fNormal3fVertex3(Int32, Single, Single, Single, Single, Single, Single, Single, Single, Single, Single, Single, Single)
[requires: SUN_vertex]
Declaration
[AutoGenerated(Category = "SUN_vertex", Version = "", EntryPoint = "glReplacementCodeuiTexCoord2fColor4fNormal3fVertex3fSUN")]
[CLSCompliant(false)]
public static void ReplacementCodeuiTexCoord2fColor4fNormal3fVertex3(int rc, float s, float t, float r, float g, float b, float a, float nx, float ny, float nz, float x, float y, float z)
Parameters
Type | Name | Description |
---|---|---|
Int32 | rc | |
Single | s | |
Single | t | |
Single | r | |
Single | g | |
Single | b | |
Single | a | |
Single | nx | |
Single | ny | |
Single | nz | |
Single | x | |
Single | y | |
Single | z |
ReplacementCodeuiTexCoord2fColor4fNormal3fVertex3(ref Int32, ref Single, ref Single, ref Single, ref Single)
[requires: SUN_vertex]
Declaration
[AutoGenerated(Category = "SUN_vertex", Version = "", EntryPoint = "glReplacementCodeuiTexCoord2fColor4fNormal3fVertex3fvSUN")]
[CLSCompliant(false)]
public static void ReplacementCodeuiTexCoord2fColor4fNormal3fVertex3([Count(Count = 1)] ref int rc, [Count(Count = 2)] ref float tc, [Count(Count = 4)] ref float c, [Count(Count = 3)] ref float n, [Count(Count = 3)] ref float v)
Parameters
Type | Name | Description |
---|---|---|
Int32 | rc | [length: 1] |
Single | tc | [length: 2] |
Single | c | [length: 4] |
Single | n | [length: 3] |
Single | v | [length: 3] |
ReplacementCodeuiTexCoord2fColor4fNormal3fVertex3(ref Int32, Single[], Single[], Single[], Single[])
[requires: SUN_vertex]
Declaration
[AutoGenerated(Category = "SUN_vertex", Version = "", EntryPoint = "glReplacementCodeuiTexCoord2fColor4fNormal3fVertex3fvSUN")]
[CLSCompliant(false)]
public static void ReplacementCodeuiTexCoord2fColor4fNormal3fVertex3([Count(Count = 1)] ref int rc, [Count(Count = 2)] float[] tc, [Count(Count = 4)] float[] c, [Count(Count = 3)] float[] n, [Count(Count = 3)] float[] v)
Parameters
Type | Name | Description |
---|---|---|
Int32 | rc | [length: 1] |
Single[] | tc | [length: 2] |
Single[] | c | [length: 4] |
Single[] | n | [length: 3] |
Single[] | v | [length: 3] |
ReplacementCodeuiTexCoord2fColor4fNormal3fVertex3(UInt32*, Single*, Single*, Single*, Single*)
[requires: SUN_vertex]
Declaration
[AutoGenerated(Category = "SUN_vertex", Version = "", EntryPoint = "glReplacementCodeuiTexCoord2fColor4fNormal3fVertex3fvSUN")]
[CLSCompliant(false)]
public static void ReplacementCodeuiTexCoord2fColor4fNormal3fVertex3([Count(Count = 1)] uint *rc, [Count(Count = 2)] float *tc, [Count(Count = 4)] float *c, [Count(Count = 3)] float *n, [Count(Count = 3)] float *v)
Parameters
Type | Name | Description |
---|---|---|
UInt32* | rc | [length: 1] |
Single* | tc | [length: 2] |
Single* | c | [length: 4] |
Single* | n | [length: 3] |
Single* | v | [length: 3] |
ReplacementCodeuiTexCoord2fColor4fNormal3fVertex3(UInt32*, Single[], Single[], Single[], Single[])
Declaration
[CLSCompliant(false)]
[AutoGenerated(Category = "SunVertex", Version = "1.1", EntryPoint = "glReplacementCodeuiTexCoord2fColor4fNormal3fVertex3fvSUN")]
[Obsolete("Use ref/array overload instead")]
public static void ReplacementCodeuiTexCoord2fColor4fNormal3fVertex3(uint *rc, float[] tc, float[] c, float[] n, float[] v)
Parameters
Type | Name | Description |
---|---|---|
UInt32* | rc | |
Single[] | tc | |
Single[] | c | |
Single[] | n | |
Single[] | v |
ReplacementCodeuiTexCoord2fColor4fNormal3fVertex3(UInt32, Single, Single, Single, Single, Single, Single, Single, Single, Single, Single, Single, Single)
[requires: SUN_vertex]
Declaration
[AutoGenerated(Category = "SUN_vertex", Version = "", EntryPoint = "glReplacementCodeuiTexCoord2fColor4fNormal3fVertex3fSUN")]
[CLSCompliant(false)]
public static void ReplacementCodeuiTexCoord2fColor4fNormal3fVertex3(uint rc, float s, float t, float r, float g, float b, float a, float nx, float ny, float nz, float x, float y, float z)
Parameters
Type | Name | Description |
---|---|---|
UInt32 | rc | |
Single | s | |
Single | t | |
Single | r | |
Single | g | |
Single | b | |
Single | a | |
Single | nx | |
Single | ny | |
Single | nz | |
Single | x | |
Single | y | |
Single | z |
ReplacementCodeuiTexCoord2fColor4fNormal3fVertex3(ref UInt32, ref Single, ref Single, ref Single, ref Single)
[requires: SUN_vertex]
Declaration
[AutoGenerated(Category = "SUN_vertex", Version = "", EntryPoint = "glReplacementCodeuiTexCoord2fColor4fNormal3fVertex3fvSUN")]
[CLSCompliant(false)]
public static void ReplacementCodeuiTexCoord2fColor4fNormal3fVertex3([Count(Count = 1)] ref uint rc, [Count(Count = 2)] ref float tc, [Count(Count = 4)] ref float c, [Count(Count = 3)] ref float n, [Count(Count = 3)] ref float v)
Parameters
Type | Name | Description |
---|---|---|
UInt32 | rc | [length: 1] |
Single | tc | [length: 2] |
Single | c | [length: 4] |
Single | n | [length: 3] |
Single | v | [length: 3] |
ReplacementCodeuiTexCoord2fColor4fNormal3fVertex3(ref UInt32, Single[], Single[], Single[], Single[])
[requires: SUN_vertex]
Declaration
[AutoGenerated(Category = "SUN_vertex", Version = "", EntryPoint = "glReplacementCodeuiTexCoord2fColor4fNormal3fVertex3fvSUN")]
[CLSCompliant(false)]
public static void ReplacementCodeuiTexCoord2fColor4fNormal3fVertex3([Count(Count = 1)] ref uint rc, [Count(Count = 2)] float[] tc, [Count(Count = 4)] float[] c, [Count(Count = 3)] float[] n, [Count(Count = 3)] float[] v)
Parameters
Type | Name | Description |
---|---|---|
UInt32 | rc | [length: 1] |
Single[] | tc | [length: 2] |
Single[] | c | [length: 4] |
Single[] | n | [length: 3] |
Single[] | v | [length: 3] |
ReplacementCodeuiTexCoord2fNormal3fVertex3(Int32*, Single*, Single*, Single*)
[requires: SUN_vertex]
Declaration
[AutoGenerated(Category = "SUN_vertex", Version = "", EntryPoint = "glReplacementCodeuiTexCoord2fNormal3fVertex3fvSUN")]
[CLSCompliant(false)]
public static void ReplacementCodeuiTexCoord2fNormal3fVertex3([Count(Count = 1)] int *rc, [Count(Count = 2)] float *tc, [Count(Count = 3)] float *n, [Count(Count = 3)] float *v)
Parameters
Type | Name | Description |
---|---|---|
Int32* | rc | [length: 1] |
Single* | tc | [length: 2] |
Single* | n | [length: 3] |
Single* | v | [length: 3] |
ReplacementCodeuiTexCoord2fNormal3fVertex3(Int32*, Single[], Single[], Single[])
Declaration
[CLSCompliant(false)]
[AutoGenerated(Category = "SunVertex", Version = "1.1", EntryPoint = "glReplacementCodeuiTexCoord2fNormal3fVertex3fvSUN")]
[Obsolete("Use ref/array overload instead")]
public static void ReplacementCodeuiTexCoord2fNormal3fVertex3(int *rc, float[] tc, float[] n, float[] v)
Parameters
Type | Name | Description |
---|---|---|
Int32* | rc | |
Single[] | tc | |
Single[] | n | |
Single[] | v |
ReplacementCodeuiTexCoord2fNormal3fVertex3(Int32, Single, Single, Single, Single, Single, Single, Single, Single)
[requires: SUN_vertex]
Declaration
[AutoGenerated(Category = "SUN_vertex", Version = "", EntryPoint = "glReplacementCodeuiTexCoord2fNormal3fVertex3fSUN")]
[CLSCompliant(false)]
public static void ReplacementCodeuiTexCoord2fNormal3fVertex3(int rc, float s, float t, float nx, float ny, float nz, float x, float y, float z)
Parameters
Type | Name | Description |
---|---|---|
Int32 | rc | |
Single | s | |
Single | t | |
Single | nx | |
Single | ny | |
Single | nz | |
Single | x | |
Single | y | |
Single | z |
ReplacementCodeuiTexCoord2fNormal3fVertex3(ref Int32, ref Single, ref Single, ref Single)
[requires: SUN_vertex]
Declaration
[AutoGenerated(Category = "SUN_vertex", Version = "", EntryPoint = "glReplacementCodeuiTexCoord2fNormal3fVertex3fvSUN")]
[CLSCompliant(false)]
public static void ReplacementCodeuiTexCoord2fNormal3fVertex3([Count(Count = 1)] ref int rc, [Count(Count = 2)] ref float tc, [Count(Count = 3)] ref float n, [Count(Count = 3)] ref float v)
Parameters
Type | Name | Description |
---|---|---|
Int32 | rc | [length: 1] |
Single | tc | [length: 2] |
Single | n | [length: 3] |
Single | v | [length: 3] |
ReplacementCodeuiTexCoord2fNormal3fVertex3(ref Int32, Single[], Single[], Single[])
[requires: SUN_vertex]
Declaration
[AutoGenerated(Category = "SUN_vertex", Version = "", EntryPoint = "glReplacementCodeuiTexCoord2fNormal3fVertex3fvSUN")]
[CLSCompliant(false)]
public static void ReplacementCodeuiTexCoord2fNormal3fVertex3([Count(Count = 1)] ref int rc, [Count(Count = 2)] float[] tc, [Count(Count = 3)] float[] n, [Count(Count = 3)] float[] v)
Parameters
Type | Name | Description |
---|---|---|
Int32 | rc | [length: 1] |
Single[] | tc | [length: 2] |
Single[] | n | [length: 3] |
Single[] | v | [length: 3] |
ReplacementCodeuiTexCoord2fNormal3fVertex3(UInt32*, Single*, Single*, Single*)
[requires: SUN_vertex]
Declaration
[AutoGenerated(Category = "SUN_vertex", Version = "", EntryPoint = "glReplacementCodeuiTexCoord2fNormal3fVertex3fvSUN")]
[CLSCompliant(false)]
public static void ReplacementCodeuiTexCoord2fNormal3fVertex3([Count(Count = 1)] uint *rc, [Count(Count = 2)] float *tc, [Count(Count = 3)] float *n, [Count(Count = 3)] float *v)
Parameters
Type | Name | Description |
---|---|---|
UInt32* | rc | [length: 1] |
Single* | tc | [length: 2] |
Single* | n | [length: 3] |
Single* | v | [length: 3] |
ReplacementCodeuiTexCoord2fNormal3fVertex3(UInt32*, Single[], Single[], Single[])
Declaration
[CLSCompliant(false)]
[AutoGenerated(Category = "SunVertex", Version = "1.1", EntryPoint = "glReplacementCodeuiTexCoord2fNormal3fVertex3fvSUN")]
[Obsolete("Use ref/array overload instead")]
public static void ReplacementCodeuiTexCoord2fNormal3fVertex3(uint *rc, float[] tc, float[] n, float[] v)
Parameters
Type | Name | Description |
---|---|---|
UInt32* | rc | |
Single[] | tc | |
Single[] | n | |
Single[] | v |
ReplacementCodeuiTexCoord2fNormal3fVertex3(UInt32, Single, Single, Single, Single, Single, Single, Single, Single)
[requires: SUN_vertex]
Declaration
[AutoGenerated(Category = "SUN_vertex", Version = "", EntryPoint = "glReplacementCodeuiTexCoord2fNormal3fVertex3fSUN")]
[CLSCompliant(false)]
public static void ReplacementCodeuiTexCoord2fNormal3fVertex3(uint rc, float s, float t, float nx, float ny, float nz, float x, float y, float z)
Parameters
Type | Name | Description |
---|---|---|
UInt32 | rc | |
Single | s | |
Single | t | |
Single | nx | |
Single | ny | |
Single | nz | |
Single | x | |
Single | y | |
Single | z |
ReplacementCodeuiTexCoord2fNormal3fVertex3(ref UInt32, ref Single, ref Single, ref Single)
[requires: SUN_vertex]
Declaration
[AutoGenerated(Category = "SUN_vertex", Version = "", EntryPoint = "glReplacementCodeuiTexCoord2fNormal3fVertex3fvSUN")]
[CLSCompliant(false)]
public static void ReplacementCodeuiTexCoord2fNormal3fVertex3([Count(Count = 1)] ref uint rc, [Count(Count = 2)] ref float tc, [Count(Count = 3)] ref float n, [Count(Count = 3)] ref float v)
Parameters
Type | Name | Description |
---|---|---|
UInt32 | rc | [length: 1] |
Single | tc | [length: 2] |
Single | n | [length: 3] |
Single | v | [length: 3] |
ReplacementCodeuiTexCoord2fNormal3fVertex3(ref UInt32, Single[], Single[], Single[])
[requires: SUN_vertex]
Declaration
[AutoGenerated(Category = "SUN_vertex", Version = "", EntryPoint = "glReplacementCodeuiTexCoord2fNormal3fVertex3fvSUN")]
[CLSCompliant(false)]
public static void ReplacementCodeuiTexCoord2fNormal3fVertex3([Count(Count = 1)] ref uint rc, [Count(Count = 2)] float[] tc, [Count(Count = 3)] float[] n, [Count(Count = 3)] float[] v)
Parameters
Type | Name | Description |
---|---|---|
UInt32 | rc | [length: 1] |
Single[] | tc | [length: 2] |
Single[] | n | [length: 3] |
Single[] | v | [length: 3] |
ReplacementCodeuiTexCoord2fVertex3(Int32*, Single*, Single*)
[requires: SUN_vertex]
Declaration
[AutoGenerated(Category = "SUN_vertex", Version = "", EntryPoint = "glReplacementCodeuiTexCoord2fVertex3fvSUN")]
[CLSCompliant(false)]
public static void ReplacementCodeuiTexCoord2fVertex3([Count(Count = 1)] int *rc, [Count(Count = 2)] float *tc, [Count(Count = 3)] float *v)
Parameters
Type | Name | Description |
---|---|---|
Int32* | rc | [length: 1] |
Single* | tc | [length: 2] |
Single* | v | [length: 3] |
ReplacementCodeuiTexCoord2fVertex3(Int32*, Single[], Single[])
Declaration
[CLSCompliant(false)]
[AutoGenerated(Category = "SunVertex", Version = "1.1", EntryPoint = "glReplacementCodeuiTexCoord2fVertex3fvSUN")]
[Obsolete("Use ref/array overload instead")]
public static void ReplacementCodeuiTexCoord2fVertex3(int *rc, float[] tc, float[] v)
Parameters
Type | Name | Description |
---|---|---|
Int32* | rc | |
Single[] | tc | |
Single[] | v |
ReplacementCodeuiTexCoord2fVertex3(Int32, Single, Single, Single, Single, Single)
[requires: SUN_vertex]
Declaration
[AutoGenerated(Category = "SUN_vertex", Version = "", EntryPoint = "glReplacementCodeuiTexCoord2fVertex3fSUN")]
[CLSCompliant(false)]
public static void ReplacementCodeuiTexCoord2fVertex3(int rc, float s, float t, float x, float y, float z)
Parameters
Type | Name | Description |
---|---|---|
Int32 | rc | |
Single | s | |
Single | t | |
Single | x | |
Single | y | |
Single | z |
ReplacementCodeuiTexCoord2fVertex3(ref Int32, ref Single, ref Single)
[requires: SUN_vertex]
Declaration
[AutoGenerated(Category = "SUN_vertex", Version = "", EntryPoint = "glReplacementCodeuiTexCoord2fVertex3fvSUN")]
[CLSCompliant(false)]
public static void ReplacementCodeuiTexCoord2fVertex3([Count(Count = 1)] ref int rc, [Count(Count = 2)] ref float tc, [Count(Count = 3)] ref float v)
Parameters
Type | Name | Description |
---|---|---|
Int32 | rc | [length: 1] |
Single | tc | [length: 2] |
Single | v | [length: 3] |
ReplacementCodeuiTexCoord2fVertex3(ref Int32, Single[], Single[])
[requires: SUN_vertex]
Declaration
[AutoGenerated(Category = "SUN_vertex", Version = "", EntryPoint = "glReplacementCodeuiTexCoord2fVertex3fvSUN")]
[CLSCompliant(false)]
public static void ReplacementCodeuiTexCoord2fVertex3([Count(Count = 1)] ref int rc, [Count(Count = 2)] float[] tc, [Count(Count = 3)] float[] v)
Parameters
Type | Name | Description |
---|---|---|
Int32 | rc | [length: 1] |
Single[] | tc | [length: 2] |
Single[] | v | [length: 3] |
ReplacementCodeuiTexCoord2fVertex3(UInt32*, Single*, Single*)
[requires: SUN_vertex]
Declaration
[AutoGenerated(Category = "SUN_vertex", Version = "", EntryPoint = "glReplacementCodeuiTexCoord2fVertex3fvSUN")]
[CLSCompliant(false)]
public static void ReplacementCodeuiTexCoord2fVertex3([Count(Count = 1)] uint *rc, [Count(Count = 2)] float *tc, [Count(Count = 3)] float *v)
Parameters
Type | Name | Description |
---|---|---|
UInt32* | rc | [length: 1] |
Single* | tc | [length: 2] |
Single* | v | [length: 3] |
ReplacementCodeuiTexCoord2fVertex3(UInt32*, Single[], Single[])
Declaration
[CLSCompliant(false)]
[AutoGenerated(Category = "SunVertex", Version = "1.1", EntryPoint = "glReplacementCodeuiTexCoord2fVertex3fvSUN")]
[Obsolete("Use ref/array overload instead")]
public static void ReplacementCodeuiTexCoord2fVertex3(uint *rc, float[] tc, float[] v)
Parameters
Type | Name | Description |
---|---|---|
UInt32* | rc | |
Single[] | tc | |
Single[] | v |
ReplacementCodeuiTexCoord2fVertex3(UInt32, Single, Single, Single, Single, Single)
[requires: SUN_vertex]
Declaration
[AutoGenerated(Category = "SUN_vertex", Version = "", EntryPoint = "glReplacementCodeuiTexCoord2fVertex3fSUN")]
[CLSCompliant(false)]
public static void ReplacementCodeuiTexCoord2fVertex3(uint rc, float s, float t, float x, float y, float z)
Parameters
Type | Name | Description |
---|---|---|
UInt32 | rc | |
Single | s | |
Single | t | |
Single | x | |
Single | y | |
Single | z |
ReplacementCodeuiTexCoord2fVertex3(ref UInt32, ref Single, ref Single)
[requires: SUN_vertex]
Declaration
[AutoGenerated(Category = "SUN_vertex", Version = "", EntryPoint = "glReplacementCodeuiTexCoord2fVertex3fvSUN")]
[CLSCompliant(false)]
public static void ReplacementCodeuiTexCoord2fVertex3([Count(Count = 1)] ref uint rc, [Count(Count = 2)] ref float tc, [Count(Count = 3)] ref float v)
Parameters
Type | Name | Description |
---|---|---|
UInt32 | rc | [length: 1] |
Single | tc | [length: 2] |
Single | v | [length: 3] |
ReplacementCodeuiTexCoord2fVertex3(ref UInt32, Single[], Single[])
[requires: SUN_vertex]
Declaration
[AutoGenerated(Category = "SUN_vertex", Version = "", EntryPoint = "glReplacementCodeuiTexCoord2fVertex3fvSUN")]
[CLSCompliant(false)]
public static void ReplacementCodeuiTexCoord2fVertex3([Count(Count = 1)] ref uint rc, [Count(Count = 2)] float[] tc, [Count(Count = 3)] float[] v)
Parameters
Type | Name | Description |
---|---|---|
UInt32 | rc | [length: 1] |
Single[] | tc | [length: 2] |
Single[] | v | [length: 3] |
ReplacementCodeuiVertex3(Int32*, Single*)
[requires: SUN_vertex]
Declaration
[AutoGenerated(Category = "SUN_vertex", Version = "", EntryPoint = "glReplacementCodeuiVertex3fvSUN")]
[CLSCompliant(false)]
public static void ReplacementCodeuiVertex3([Count(Count = 1)] int *rc, [Count(Count = 3)] float *v)
Parameters
Type | Name | Description |
---|---|---|
Int32* | rc | [length: 1] |
Single* | v | [length: 3] |
ReplacementCodeuiVertex3(Int32*, Single[])
Declaration
[CLSCompliant(false)]
[AutoGenerated(Category = "SunVertex", Version = "1.1", EntryPoint = "glReplacementCodeuiVertex3fvSUN")]
[Obsolete("Use ref/array overload instead")]
public static void ReplacementCodeuiVertex3(int *rc, float[] v)
Parameters
Type | Name | Description |
---|---|---|
Int32* | rc | |
Single[] | v |
ReplacementCodeuiVertex3(Int32, Single, Single, Single)
[requires: SUN_vertex]
Declaration
[AutoGenerated(Category = "SUN_vertex", Version = "", EntryPoint = "glReplacementCodeuiVertex3fSUN")]
[CLSCompliant(false)]
public static void ReplacementCodeuiVertex3(int rc, float x, float y, float z)
Parameters
Type | Name | Description |
---|---|---|
Int32 | rc | |
Single | x | |
Single | y | |
Single | z |
ReplacementCodeuiVertex3(ref Int32, ref Single)
[requires: SUN_vertex]
Declaration
[AutoGenerated(Category = "SUN_vertex", Version = "", EntryPoint = "glReplacementCodeuiVertex3fvSUN")]
[CLSCompliant(false)]
public static void ReplacementCodeuiVertex3([Count(Count = 1)] ref int rc, [Count(Count = 3)] ref float v)
Parameters
Type | Name | Description |
---|---|---|
Int32 | rc | [length: 1] |
Single | v | [length: 3] |
ReplacementCodeuiVertex3(ref Int32, Single[])
[requires: SUN_vertex]
Declaration
[AutoGenerated(Category = "SUN_vertex", Version = "", EntryPoint = "glReplacementCodeuiVertex3fvSUN")]
[CLSCompliant(false)]
public static void ReplacementCodeuiVertex3([Count(Count = 1)] ref int rc, [Count(Count = 3)] float[] v)
Parameters
Type | Name | Description |
---|---|---|
Int32 | rc | [length: 1] |
Single[] | v | [length: 3] |
ReplacementCodeuiVertex3(UInt32*, Single*)
[requires: SUN_vertex]
Declaration
[AutoGenerated(Category = "SUN_vertex", Version = "", EntryPoint = "glReplacementCodeuiVertex3fvSUN")]
[CLSCompliant(false)]
public static void ReplacementCodeuiVertex3([Count(Count = 1)] uint *rc, [Count(Count = 3)] float *v)
Parameters
Type | Name | Description |
---|---|---|
UInt32* | rc | [length: 1] |
Single* | v | [length: 3] |
ReplacementCodeuiVertex3(UInt32*, Single[])
Declaration
[CLSCompliant(false)]
[AutoGenerated(Category = "SunVertex", Version = "1.1", EntryPoint = "glReplacementCodeuiVertex3fvSUN")]
[Obsolete("Use ref/array overload instead")]
public static void ReplacementCodeuiVertex3(uint *rc, float[] v)
Parameters
Type | Name | Description |
---|---|---|
UInt32* | rc | |
Single[] | v |
ReplacementCodeuiVertex3(UInt32, Single, Single, Single)
[requires: SUN_vertex]
Declaration
[AutoGenerated(Category = "SUN_vertex", Version = "", EntryPoint = "glReplacementCodeuiVertex3fSUN")]
[CLSCompliant(false)]
public static void ReplacementCodeuiVertex3(uint rc, float x, float y, float z)
Parameters
Type | Name | Description |
---|---|---|
UInt32 | rc | |
Single | x | |
Single | y | |
Single | z |
ReplacementCodeuiVertex3(ref UInt32, ref Single)
[requires: SUN_vertex]
Declaration
[AutoGenerated(Category = "SUN_vertex", Version = "", EntryPoint = "glReplacementCodeuiVertex3fvSUN")]
[CLSCompliant(false)]
public static void ReplacementCodeuiVertex3([Count(Count = 1)] ref uint rc, [Count(Count = 3)] ref float v)
Parameters
Type | Name | Description |
---|---|---|
UInt32 | rc | [length: 1] |
Single | v | [length: 3] |
ReplacementCodeuiVertex3(ref UInt32, Single[])
[requires: SUN_vertex]
Declaration
[AutoGenerated(Category = "SUN_vertex", Version = "", EntryPoint = "glReplacementCodeuiVertex3fvSUN")]
[CLSCompliant(false)]
public static void ReplacementCodeuiVertex3([Count(Count = 1)] ref uint rc, [Count(Count = 3)] float[] v)
Parameters
Type | Name | Description |
---|---|---|
UInt32 | rc | [length: 1] |
Single[] | v | [length: 3] |
TexCoord2fColor3fVertex3(Single*, Single*, Single*)
[requires: SUN_vertex]
Declaration
[AutoGenerated(Category = "SUN_vertex", Version = "", EntryPoint = "glTexCoord2fColor3fVertex3fvSUN")]
[CLSCompliant(false)]
public static void TexCoord2fColor3fVertex3([Count(Count = 2)] float *tc, [Count(Count = 3)] float *c, [Count(Count = 3)] float *v)
Parameters
Type | Name | Description |
---|---|---|
Single* | tc | [length: 2] |
Single* | c | [length: 3] |
Single* | v | [length: 3] |
TexCoord2fColor3fVertex3(Single, Single, Single, Single, Single, Single, Single, Single)
[requires: SUN_vertex]
Declaration
[AutoGenerated(Category = "SUN_vertex", Version = "", EntryPoint = "glTexCoord2fColor3fVertex3fSUN")]
public static void TexCoord2fColor3fVertex3(float s, float t, float r, float g, float b, float x, float y, float z)
Parameters
Type | Name | Description |
---|---|---|
Single | s | |
Single | t | |
Single | r | |
Single | g | |
Single | b | |
Single | x | |
Single | y | |
Single | z |
TexCoord2fColor3fVertex3(ref Single, ref Single, ref Single)
[requires: SUN_vertex]
Declaration
[AutoGenerated(Category = "SUN_vertex", Version = "", EntryPoint = "glTexCoord2fColor3fVertex3fvSUN")]
[CLSCompliant(false)]
public static void TexCoord2fColor3fVertex3([Count(Count = 2)] ref float tc, [Count(Count = 3)] ref float c, [Count(Count = 3)] ref float v)
Parameters
Type | Name | Description |
---|---|---|
Single | tc | [length: 2] |
Single | c | [length: 3] |
Single | v | [length: 3] |
TexCoord2fColor3fVertex3(Single[], Single[], Single[])
[requires: SUN_vertex]
Declaration
[AutoGenerated(Category = "SUN_vertex", Version = "", EntryPoint = "glTexCoord2fColor3fVertex3fvSUN")]
[CLSCompliant(false)]
public static void TexCoord2fColor3fVertex3([Count(Count = 2)] float[] tc, [Count(Count = 3)] float[] c, [Count(Count = 3)] float[] v)
Parameters
Type | Name | Description |
---|---|---|
Single[] | tc | [length: 2] |
Single[] | c | [length: 3] |
Single[] | v | [length: 3] |
TexCoord2fColor4fNormal3fVertex3(Single*, Single*, Single*, Single*)
[requires: SUN_vertex]
Declaration
[AutoGenerated(Category = "SUN_vertex", Version = "", EntryPoint = "glTexCoord2fColor4fNormal3fVertex3fvSUN")]
[CLSCompliant(false)]
public static void TexCoord2fColor4fNormal3fVertex3([Count(Count = 2)] float *tc, [Count(Count = 4)] float *c, [Count(Count = 3)] float *n, [Count(Count = 3)] float *v)
Parameters
Type | Name | Description |
---|---|---|
Single* | tc | [length: 2] |
Single* | c | [length: 4] |
Single* | n | [length: 3] |
Single* | v | [length: 3] |
TexCoord2fColor4fNormal3fVertex3(Single, Single, Single, Single, Single, Single, Single, Single, Single, Single, Single, Single)
[requires: SUN_vertex]
Declaration
[AutoGenerated(Category = "SUN_vertex", Version = "", EntryPoint = "glTexCoord2fColor4fNormal3fVertex3fSUN")]
public static void TexCoord2fColor4fNormal3fVertex3(float s, float t, float r, float g, float b, float a, float nx, float ny, float nz, float x, float y, float z)
Parameters
Type | Name | Description |
---|---|---|
Single | s | |
Single | t | |
Single | r | |
Single | g | |
Single | b | |
Single | a | |
Single | nx | |
Single | ny | |
Single | nz | |
Single | x | |
Single | y | |
Single | z |
TexCoord2fColor4fNormal3fVertex3(ref Single, ref Single, ref Single, ref Single)
[requires: SUN_vertex]
Declaration
[AutoGenerated(Category = "SUN_vertex", Version = "", EntryPoint = "glTexCoord2fColor4fNormal3fVertex3fvSUN")]
[CLSCompliant(false)]
public static void TexCoord2fColor4fNormal3fVertex3([Count(Count = 2)] ref float tc, [Count(Count = 4)] ref float c, [Count(Count = 3)] ref float n, [Count(Count = 3)] ref float v)
Parameters
Type | Name | Description |
---|---|---|
Single | tc | [length: 2] |
Single | c | [length: 4] |
Single | n | [length: 3] |
Single | v | [length: 3] |
TexCoord2fColor4fNormal3fVertex3(Single[], Single[], Single[], Single[])
[requires: SUN_vertex]
Declaration
[AutoGenerated(Category = "SUN_vertex", Version = "", EntryPoint = "glTexCoord2fColor4fNormal3fVertex3fvSUN")]
[CLSCompliant(false)]
public static void TexCoord2fColor4fNormal3fVertex3([Count(Count = 2)] float[] tc, [Count(Count = 4)] float[] c, [Count(Count = 3)] float[] n, [Count(Count = 3)] float[] v)
Parameters
Type | Name | Description |
---|---|---|
Single[] | tc | [length: 2] |
Single[] | c | [length: 4] |
Single[] | n | [length: 3] |
Single[] | v | [length: 3] |
TexCoord2fColor4ubVertex3(Single*, Byte*, Single*)
[requires: SUN_vertex]
Declaration
[AutoGenerated(Category = "SUN_vertex", Version = "", EntryPoint = "glTexCoord2fColor4ubVertex3fvSUN")]
[CLSCompliant(false)]
public static void TexCoord2fColor4ubVertex3([Count(Count = 2)] float *tc, [Count(Count = 4)] byte *c, [Count(Count = 3)] float *v)
Parameters
Type | Name | Description |
---|---|---|
Single* | tc | [length: 2] |
Byte* | c | [length: 4] |
Single* | v | [length: 3] |
TexCoord2fColor4ubVertex3(Single, Single, Byte, Byte, Byte, Byte, Single, Single, Single)
[requires: SUN_vertex]
Declaration
[AutoGenerated(Category = "SUN_vertex", Version = "", EntryPoint = "glTexCoord2fColor4ubVertex3fSUN")]
public static void TexCoord2fColor4ubVertex3(float s, float t, byte r, byte g, byte b, byte a, float x, float y, float z)
Parameters
Type | Name | Description |
---|---|---|
Single | s | |
Single | t | |
Byte | r | |
Byte | g | |
Byte | b | |
Byte | a | |
Single | x | |
Single | y | |
Single | z |
TexCoord2fColor4ubVertex3(ref Single, ref Byte, ref Single)
[requires: SUN_vertex]
Declaration
[AutoGenerated(Category = "SUN_vertex", Version = "", EntryPoint = "glTexCoord2fColor4ubVertex3fvSUN")]
[CLSCompliant(false)]
public static void TexCoord2fColor4ubVertex3([Count(Count = 2)] ref float tc, [Count(Count = 4)] ref byte c, [Count(Count = 3)] ref float v)
Parameters
Type | Name | Description |
---|---|---|
Single | tc | [length: 2] |
Byte | c | [length: 4] |
Single | v | [length: 3] |
TexCoord2fColor4ubVertex3(Single[], Byte[], Single[])
[requires: SUN_vertex]
Declaration
[AutoGenerated(Category = "SUN_vertex", Version = "", EntryPoint = "glTexCoord2fColor4ubVertex3fvSUN")]
[CLSCompliant(false)]
public static void TexCoord2fColor4ubVertex3([Count(Count = 2)] float[] tc, [Count(Count = 4)] byte[] c, [Count(Count = 3)] float[] v)
Parameters
Type | Name | Description |
---|---|---|
Single[] | tc | [length: 2] |
Byte[] | c | [length: 4] |
Single[] | v | [length: 3] |
TexCoord2fNormal3fVertex3(Single*, Single*, Single*)
[requires: SUN_vertex]
Declaration
[AutoGenerated(Category = "SUN_vertex", Version = "", EntryPoint = "glTexCoord2fNormal3fVertex3fvSUN")]
[CLSCompliant(false)]
public static void TexCoord2fNormal3fVertex3([Count(Count = 2)] float *tc, [Count(Count = 3)] float *n, [Count(Count = 3)] float *v)
Parameters
Type | Name | Description |
---|---|---|
Single* | tc | [length: 2] |
Single* | n | [length: 3] |
Single* | v | [length: 3] |
TexCoord2fNormal3fVertex3(Single, Single, Single, Single, Single, Single, Single, Single)
[requires: SUN_vertex]
Declaration
[AutoGenerated(Category = "SUN_vertex", Version = "", EntryPoint = "glTexCoord2fNormal3fVertex3fSUN")]
public static void TexCoord2fNormal3fVertex3(float s, float t, float nx, float ny, float nz, float x, float y, float z)
Parameters
Type | Name | Description |
---|---|---|
Single | s | |
Single | t | |
Single | nx | |
Single | ny | |
Single | nz | |
Single | x | |
Single | y | |
Single | z |
TexCoord2fNormal3fVertex3(ref Single, ref Single, ref Single)
[requires: SUN_vertex]
Declaration
[AutoGenerated(Category = "SUN_vertex", Version = "", EntryPoint = "glTexCoord2fNormal3fVertex3fvSUN")]
[CLSCompliant(false)]
public static void TexCoord2fNormal3fVertex3([Count(Count = 2)] ref float tc, [Count(Count = 3)] ref float n, [Count(Count = 3)] ref float v)
Parameters
Type | Name | Description |
---|---|---|
Single | tc | [length: 2] |
Single | n | [length: 3] |
Single | v | [length: 3] |
TexCoord2fNormal3fVertex3(Single[], Single[], Single[])
[requires: SUN_vertex]
Declaration
[AutoGenerated(Category = "SUN_vertex", Version = "", EntryPoint = "glTexCoord2fNormal3fVertex3fvSUN")]
[CLSCompliant(false)]
public static void TexCoord2fNormal3fVertex3([Count(Count = 2)] float[] tc, [Count(Count = 3)] float[] n, [Count(Count = 3)] float[] v)
Parameters
Type | Name | Description |
---|---|---|
Single[] | tc | [length: 2] |
Single[] | n | [length: 3] |
Single[] | v | [length: 3] |
TexCoord2fVertex3(Single*, Single*)
[requires: SUN_vertex]
Declaration
[AutoGenerated(Category = "SUN_vertex", Version = "", EntryPoint = "glTexCoord2fVertex3fvSUN")]
[CLSCompliant(false)]
public static void TexCoord2fVertex3([Count(Count = 2)] float *tc, [Count(Count = 3)] float *v)
Parameters
Type | Name | Description |
---|---|---|
Single* | tc | [length: 2] |
Single* | v | [length: 3] |
TexCoord2fVertex3(Single, Single, Single, Single, Single)
[requires: SUN_vertex]
Declaration
[AutoGenerated(Category = "SUN_vertex", Version = "", EntryPoint = "glTexCoord2fVertex3fSUN")]
public static void TexCoord2fVertex3(float s, float t, float x, float y, float z)
Parameters
Type | Name | Description |
---|---|---|
Single | s | |
Single | t | |
Single | x | |
Single | y | |
Single | z |
TexCoord2fVertex3(ref Single, ref Single)
[requires: SUN_vertex]
Declaration
[AutoGenerated(Category = "SUN_vertex", Version = "", EntryPoint = "glTexCoord2fVertex3fvSUN")]
[CLSCompliant(false)]
public static void TexCoord2fVertex3([Count(Count = 2)] ref float tc, [Count(Count = 3)] ref float v)
Parameters
Type | Name | Description |
---|---|---|
Single | tc | [length: 2] |
Single | v | [length: 3] |
TexCoord2fVertex3(Single[], Single[])
[requires: SUN_vertex]
Declaration
[AutoGenerated(Category = "SUN_vertex", Version = "", EntryPoint = "glTexCoord2fVertex3fvSUN")]
[CLSCompliant(false)]
public static void TexCoord2fVertex3([Count(Count = 2)] float[] tc, [Count(Count = 3)] float[] v)
Parameters
Type | Name | Description |
---|---|---|
Single[] | tc | [length: 2] |
Single[] | v | [length: 3] |
TexCoord4fColor4fNormal3fVertex4(Single*, Single*, Single*, Single*)
[requires: SUN_vertex]
Declaration
[AutoGenerated(Category = "SUN_vertex", Version = "", EntryPoint = "glTexCoord4fColor4fNormal3fVertex4fvSUN")]
[CLSCompliant(false)]
public static void TexCoord4fColor4fNormal3fVertex4([Count(Count = 4)] float *tc, [Count(Count = 4)] float *c, [Count(Count = 3)] float *n, [Count(Count = 4)] float *v)
Parameters
Type | Name | Description |
---|---|---|
Single* | tc | [length: 4] |
Single* | c | [length: 4] |
Single* | n | [length: 3] |
Single* | v | [length: 4] |
TexCoord4fColor4fNormal3fVertex4(Single, Single, Single, Single, Single, Single, Single, Single, Single, Single, Single, Single, Single, Single, Single)
[requires: SUN_vertex]
Declaration
[AutoGenerated(Category = "SUN_vertex", Version = "", EntryPoint = "glTexCoord4fColor4fNormal3fVertex4fSUN")]
public static void TexCoord4fColor4fNormal3fVertex4(float s, float t, float p, float q, float r, float g, float b, float a, float nx, float ny, float nz, float x, float y, float z, float w)
Parameters
Type | Name | Description |
---|---|---|
Single | s | |
Single | t | |
Single | p | |
Single | q | |
Single | r | |
Single | g | |
Single | b | |
Single | a | |
Single | nx | |
Single | ny | |
Single | nz | |
Single | x | |
Single | y | |
Single | z | |
Single | w |
TexCoord4fColor4fNormal3fVertex4(ref Single, ref Single, ref Single, ref Single)
[requires: SUN_vertex]
Declaration
[AutoGenerated(Category = "SUN_vertex", Version = "", EntryPoint = "glTexCoord4fColor4fNormal3fVertex4fvSUN")]
[CLSCompliant(false)]
public static void TexCoord4fColor4fNormal3fVertex4([Count(Count = 4)] ref float tc, [Count(Count = 4)] ref float c, [Count(Count = 3)] ref float n, [Count(Count = 4)] ref float v)
Parameters
Type | Name | Description |
---|---|---|
Single | tc | [length: 4] |
Single | c | [length: 4] |
Single | n | [length: 3] |
Single | v | [length: 4] |
TexCoord4fColor4fNormal3fVertex4(Single[], Single[], Single[], Single[])
[requires: SUN_vertex]
Declaration
[AutoGenerated(Category = "SUN_vertex", Version = "", EntryPoint = "glTexCoord4fColor4fNormal3fVertex4fvSUN")]
[CLSCompliant(false)]
public static void TexCoord4fColor4fNormal3fVertex4([Count(Count = 4)] float[] tc, [Count(Count = 4)] float[] c, [Count(Count = 3)] float[] n, [Count(Count = 4)] float[] v)
Parameters
Type | Name | Description |
---|---|---|
Single[] | tc | [length: 4] |
Single[] | c | [length: 4] |
Single[] | n | [length: 3] |
Single[] | v | [length: 4] |
TexCoord4fVertex4(Single*, Single*)
[requires: SUN_vertex]
Declaration
[AutoGenerated(Category = "SUN_vertex", Version = "", EntryPoint = "glTexCoord4fVertex4fvSUN")]
[CLSCompliant(false)]
public static void TexCoord4fVertex4([Count(Count = 4)] float *tc, [Count(Count = 4)] float *v)
Parameters
Type | Name | Description |
---|---|---|
Single* | tc | [length: 4] |
Single* | v | [length: 4] |
TexCoord4fVertex4(Single, Single, Single, Single, Single, Single, Single, Single)
[requires: SUN_vertex]
Declaration
[AutoGenerated(Category = "SUN_vertex", Version = "", EntryPoint = "glTexCoord4fVertex4fSUN")]
public static void TexCoord4fVertex4(float s, float t, float p, float q, float x, float y, float z, float w)
Parameters
Type | Name | Description |
---|---|---|
Single | s | |
Single | t | |
Single | p | |
Single | q | |
Single | x | |
Single | y | |
Single | z | |
Single | w |
TexCoord4fVertex4(ref Single, ref Single)
[requires: SUN_vertex]
Declaration
[AutoGenerated(Category = "SUN_vertex", Version = "", EntryPoint = "glTexCoord4fVertex4fvSUN")]
[CLSCompliant(false)]
public static void TexCoord4fVertex4([Count(Count = 4)] ref float tc, [Count(Count = 4)] ref float v)
Parameters
Type | Name | Description |
---|---|---|
Single | tc | [length: 4] |
Single | v | [length: 4] |
TexCoord4fVertex4(Single[], Single[])
[requires: SUN_vertex]
Declaration
[AutoGenerated(Category = "SUN_vertex", Version = "", EntryPoint = "glTexCoord4fVertex4fvSUN")]
[CLSCompliant(false)]
public static void TexCoord4fVertex4([Count(Count = 4)] float[] tc, [Count(Count = 4)] float[] v)
Parameters
Type | Name | Description |
---|---|---|
Single[] | tc | [length: 4] |
Single[] | v | [length: 4] |