Class GL.Oes
Inherited Members
Namespace: OpenTK.Graphics.OpenGL
Assembly: OpenTK.dll
Syntax
public static class Oes
Methods
Accumx(OesFixedPoint, Int32)
[requires: OES_fixed_point]
Declaration
[AutoGenerated(Category = "OES_fixed_point", Version = "", EntryPoint = "glAccumxOES")]
public static void Accumx(OesFixedPoint op, int value)
Parameters
Type | Name | Description |
---|---|---|
OesFixedPoint | op | |
Int32 | value |
AlphaFuncx(AlphaFunction, Int32)
[requires: OES_fixed_point]
Declaration
[AutoGenerated(Category = "OES_fixed_point", Version = "", EntryPoint = "glAlphaFuncxOES")]
public static void AlphaFuncx(AlphaFunction func, int ref)
Parameters
Type | Name | Description |
---|---|---|
AlphaFunction | func | |
Int32 | ref |
Bitmapx(Int32, Int32, Int32, Int32, Int32, Int32, Byte*)
[requires: OES_fixed_point]
Declaration
[AutoGenerated(Category = "OES_fixed_point", Version = "", EntryPoint = "glBitmapxOES")]
[CLSCompliant(false)]
public static void Bitmapx(int width, int height, int xorig, int yorig, int xmove, int ymove, [Count(Computed = "width,height")] byte *bitmap)
Parameters
Type | Name | Description |
---|---|---|
Int32 | width | |
Int32 | height | |
Int32 | xorig | |
Int32 | yorig | |
Int32 | xmove | |
Int32 | ymove | |
Byte* | bitmap | [length: COMPSIZE(width,height)] |
Bitmapx(Int32, Int32, Int32, Int32, Int32, Int32, ref Byte)
[requires: OES_fixed_point]
Declaration
[AutoGenerated(Category = "OES_fixed_point", Version = "", EntryPoint = "glBitmapxOES")]
[CLSCompliant(false)]
public static void Bitmapx(int width, int height, int xorig, int yorig, int xmove, int ymove, [Count(Computed = "width,height")] ref byte bitmap)
Parameters
Type | Name | Description |
---|---|---|
Int32 | width | |
Int32 | height | |
Int32 | xorig | |
Int32 | yorig | |
Int32 | xmove | |
Int32 | ymove | |
Byte | bitmap | [length: COMPSIZE(width,height)] |
Bitmapx(Int32, Int32, Int32, Int32, Int32, Int32, Byte[])
[requires: OES_fixed_point]
Declaration
[AutoGenerated(Category = "OES_fixed_point", Version = "", EntryPoint = "glBitmapxOES")]
[CLSCompliant(false)]
public static void Bitmapx(int width, int height, int xorig, int yorig, int xmove, int ymove, [Count(Computed = "width,height")] byte[] bitmap)
Parameters
Type | Name | Description |
---|---|---|
Int32 | width | |
Int32 | height | |
Int32 | xorig | |
Int32 | yorig | |
Int32 | xmove | |
Int32 | ymove | |
Byte[] | bitmap | [length: COMPSIZE(width,height)] |
BlendColorx(Int32, Int32, Int32, Int32)
[requires: OES_fixed_point]
Declaration
[AutoGenerated(Category = "OES_fixed_point", Version = "", EntryPoint = "glBlendColorxOES")]
public static void BlendColorx(int red, int green, int blue, int alpha)
Parameters
Type | Name | Description |
---|---|---|
Int32 | red | |
Int32 | green | |
Int32 | blue | |
Int32 | alpha |
ClearAccumx(Int32, Int32, Int32, Int32)
[requires: OES_fixed_point]
Declaration
[AutoGenerated(Category = "OES_fixed_point", Version = "", EntryPoint = "glClearAccumxOES")]
public static void ClearAccumx(int red, int green, int blue, int alpha)
Parameters
Type | Name | Description |
---|---|---|
Int32 | red | |
Int32 | green | |
Int32 | blue | |
Int32 | alpha |
ClearColorx(Int32, Int32, Int32, Int32)
[requires: OES_fixed_point]
Declaration
[AutoGenerated(Category = "OES_fixed_point", Version = "", EntryPoint = "glClearColorxOES")]
public static void ClearColorx(int red, int green, int blue, int alpha)
Parameters
Type | Name | Description |
---|---|---|
Int32 | red | |
Int32 | green | |
Int32 | blue | |
Int32 | alpha |
ClearDepth(Single)
[requires: OES_single_precision] Specify the clear value for the depth buffer
Declaration
[AutoGenerated(Category = "OES_single_precision", Version = "", EntryPoint = "glClearDepthfOES")]
public static void ClearDepth(float depth)
Parameters
Type | Name | Description |
---|---|---|
Single | depth | Specifies the depth value used when the depth buffer is cleared. The initial value is 1. |
ClearDepthx(Int32)
[requires: OES_fixed_point]
Declaration
[AutoGenerated(Category = "OES_fixed_point", Version = "", EntryPoint = "glClearDepthxOES")]
public static void ClearDepthx(int depth)
Parameters
Type | Name | Description |
---|---|---|
Int32 | depth |
ClipPlane(ClipPlaneName, Single*)
[requires: OES_single_precision] Specify a plane against which all geometry is clipped
Declaration
[AutoGenerated(Category = "OES_single_precision", Version = "", EntryPoint = "glClipPlanefOES")]
[CLSCompliant(false)]
public static void ClipPlane(ClipPlaneName plane, [Count(Count = 4)] float *equation)
Parameters
Type | Name | Description |
---|---|---|
ClipPlaneName | plane | Specifies which clipping plane is being positioned. Symbolic names of the form ClipPlanei, where i is an integer between 0 and MaxClipPlanes - 1, are accepted. |
Single* | equation | [length: 4] Specifies the address of an array of four double-precision floating-point values. These values are interpreted as a plane equation. |
ClipPlane(ClipPlaneName, ref Single)
[requires: OES_single_precision] Specify a plane against which all geometry is clipped
Declaration
[AutoGenerated(Category = "OES_single_precision", Version = "", EntryPoint = "glClipPlanefOES")]
[CLSCompliant(false)]
public static void ClipPlane(ClipPlaneName plane, [Count(Count = 4)] ref float equation)
Parameters
Type | Name | Description |
---|---|---|
ClipPlaneName | plane | Specifies which clipping plane is being positioned. Symbolic names of the form ClipPlanei, where i is an integer between 0 and MaxClipPlanes - 1, are accepted. |
Single | equation | [length: 4] Specifies the address of an array of four double-precision floating-point values. These values are interpreted as a plane equation. |
ClipPlane(ClipPlaneName, Single[])
[requires: OES_single_precision] Specify a plane against which all geometry is clipped
Declaration
[AutoGenerated(Category = "OES_single_precision", Version = "", EntryPoint = "glClipPlanefOES")]
[CLSCompliant(false)]
public static void ClipPlane(ClipPlaneName plane, [Count(Count = 4)] float[] equation)
Parameters
Type | Name | Description |
---|---|---|
ClipPlaneName | plane | Specifies which clipping plane is being positioned. Symbolic names of the form ClipPlanei, where i is an integer between 0 and MaxClipPlanes - 1, are accepted. |
Single[] | equation | [length: 4] Specifies the address of an array of four double-precision floating-point values. These values are interpreted as a plane equation. |
ClipPlanex(ClipPlaneName, Int32*)
[requires: OES_fixed_point]
Declaration
[AutoGenerated(Category = "OES_fixed_point", Version = "", EntryPoint = "glClipPlanexOES")]
[CLSCompliant(false)]
public static void ClipPlanex(ClipPlaneName plane, [Count(Count = 4)] int *equation)
Parameters
Type | Name | Description |
---|---|---|
ClipPlaneName | plane | |
Int32* | equation | [length: 4] |
ClipPlanex(ClipPlaneName, ref Int32)
[requires: OES_fixed_point]
Declaration
[AutoGenerated(Category = "OES_fixed_point", Version = "", EntryPoint = "glClipPlanexOES")]
[CLSCompliant(false)]
public static void ClipPlanex(ClipPlaneName plane, [Count(Count = 4)] ref int equation)
Parameters
Type | Name | Description |
---|---|---|
ClipPlaneName | plane | |
Int32 | equation | [length: 4] |
ClipPlanex(ClipPlaneName, Int32[])
[requires: OES_fixed_point]
Declaration
[AutoGenerated(Category = "OES_fixed_point", Version = "", EntryPoint = "glClipPlanexOES")]
[CLSCompliant(false)]
public static void ClipPlanex(ClipPlaneName plane, [Count(Count = 4)] int[] equation)
Parameters
Type | Name | Description |
---|---|---|
ClipPlaneName | plane | |
Int32[] | equation | [length: 4] |
Color3x(Int32*)
[requires: OES_fixed_point]
Declaration
[AutoGenerated(Category = "OES_fixed_point", Version = "", EntryPoint = "glColor3xvOES")]
[CLSCompliant(false)]
public static void Color3x([Count(Count = 3)] int *components)
Parameters
Type | Name | Description |
---|---|---|
Int32* | components | [length: 3] |
Color3x(Int32, Int32, Int32)
[requires: OES_fixed_point]
Declaration
[AutoGenerated(Category = "OES_fixed_point", Version = "", EntryPoint = "glColor3xOES")]
public static void Color3x(int red, int green, int blue)
Parameters
Type | Name | Description |
---|---|---|
Int32 | red | |
Int32 | green | |
Int32 | blue |
Color3x(ref Int32)
[requires: OES_fixed_point]
Declaration
[AutoGenerated(Category = "OES_fixed_point", Version = "", EntryPoint = "glColor3xvOES")]
[CLSCompliant(false)]
public static void Color3x([Count(Count = 3)] ref int components)
Parameters
Type | Name | Description |
---|---|---|
Int32 | components | [length: 3] |
Color3x(Int32[])
[requires: OES_fixed_point]
Declaration
[AutoGenerated(Category = "OES_fixed_point", Version = "", EntryPoint = "glColor3xvOES")]
[CLSCompliant(false)]
public static void Color3x([Count(Count = 3)] int[] components)
Parameters
Type | Name | Description |
---|---|---|
Int32[] | components | [length: 3] |
Color4x(Int32*)
[requires: OES_fixed_point]
Declaration
[AutoGenerated(Category = "OES_fixed_point", Version = "", EntryPoint = "glColor4xvOES")]
[CLSCompliant(false)]
public static void Color4x([Count(Count = 4)] int *components)
Parameters
Type | Name | Description |
---|---|---|
Int32* | components | [length: 4] |
Color4x(Int32, Int32, Int32, Int32)
[requires: OES_fixed_point]
Declaration
[AutoGenerated(Category = "OES_fixed_point", Version = "", EntryPoint = "glColor4xOES")]
public static void Color4x(int red, int green, int blue, int alpha)
Parameters
Type | Name | Description |
---|---|---|
Int32 | red | |
Int32 | green | |
Int32 | blue | |
Int32 | alpha |
Color4x(ref Int32)
[requires: OES_fixed_point]
Declaration
[AutoGenerated(Category = "OES_fixed_point", Version = "", EntryPoint = "glColor4xvOES")]
[CLSCompliant(false)]
public static void Color4x([Count(Count = 4)] ref int components)
Parameters
Type | Name | Description |
---|---|---|
Int32 | components | [length: 4] |
Color4x(Int32[])
[requires: OES_fixed_point]
Declaration
[AutoGenerated(Category = "OES_fixed_point", Version = "", EntryPoint = "glColor4xvOES")]
[CLSCompliant(false)]
public static void Color4x([Count(Count = 4)] int[] components)
Parameters
Type | Name | Description |
---|---|---|
Int32[] | components | [length: 4] |
ConvolutionParameterx(ConvolutionTargetExt, ConvolutionParameterExt, Int32)
[requires: OES_fixed_point]
Declaration
[AutoGenerated(Category = "OES_fixed_point", Version = "", EntryPoint = "glConvolutionParameterxOES")]
public static void ConvolutionParameterx(ConvolutionTargetExt target, ConvolutionParameterExt pname, int param)
Parameters
Type | Name | Description |
---|---|---|
ConvolutionTargetExt | target | |
ConvolutionParameterExt | pname | |
Int32 | param |
ConvolutionParameterx(ConvolutionTargetExt, ConvolutionParameterExt, Int32*)
[requires: OES_fixed_point]
Declaration
[AutoGenerated(Category = "OES_fixed_point", Version = "", EntryPoint = "glConvolutionParameterxvOES")]
[CLSCompliant(false)]
public static void ConvolutionParameterx(ConvolutionTargetExt target, ConvolutionParameterExt pname, [Count(Computed = "pname")] int *params)
Parameters
Type | Name | Description |
---|---|---|
ConvolutionTargetExt | target | |
ConvolutionParameterExt | pname | |
Int32* | params |
ConvolutionParameterx(ConvolutionTargetExt, ConvolutionParameterExt, Int32[])
[requires: OES_fixed_point]
Declaration
[AutoGenerated(Category = "OES_fixed_point", Version = "", EntryPoint = "glConvolutionParameterxvOES")]
[CLSCompliant(false)]
public static void ConvolutionParameterx(ConvolutionTargetExt target, ConvolutionParameterExt pname, [Count(Computed = "pname")] int[] params)
Parameters
Type | Name | Description |
---|---|---|
ConvolutionTargetExt | target | |
ConvolutionParameterExt | pname | |
Int32[] | params |
DepthRange(Single, Single)
[requires: OES_single_precision] Specify mapping of depth values from normalized device coordinates to window coordinates
Declaration
[AutoGenerated(Category = "OES_single_precision", Version = "", EntryPoint = "glDepthRangefOES")]
public static void DepthRange(float n, float f)
Parameters
Type | Name | Description |
---|---|---|
Single | n | Specifies the mapping of the near clipping plane to window coordinates. The initial value is 0. |
Single | f | Specifies the mapping of the far clipping plane to window coordinates. The initial value is 1. |
DepthRangex(Int32, Int32)
[requires: OES_fixed_point]
Declaration
[AutoGenerated(Category = "OES_fixed_point", Version = "", EntryPoint = "glDepthRangexOES")]
public static void DepthRangex(int n, int f)
Parameters
Type | Name | Description |
---|---|---|
Int32 | n | |
Int32 | f |
EvalCoord1x(Int32)
[requires: OES_fixed_point]
Declaration
[AutoGenerated(Category = "OES_fixed_point", Version = "", EntryPoint = "glEvalCoord1xOES")]
public static void EvalCoord1x(int u)
Parameters
Type | Name | Description |
---|---|---|
Int32 | u |
EvalCoord1x(Int32*)
[requires: OES_fixed_point]
Declaration
[AutoGenerated(Category = "OES_fixed_point", Version = "", EntryPoint = "glEvalCoord1xvOES")]
[CLSCompliant(false)]
public static void EvalCoord1x([Count(Count = 1)] int *coords)
Parameters
Type | Name | Description |
---|---|---|
Int32* | coords | [length: 1] |
EvalCoord2x(Int32*)
[requires: OES_fixed_point]
Declaration
[AutoGenerated(Category = "OES_fixed_point", Version = "", EntryPoint = "glEvalCoord2xvOES")]
[CLSCompliant(false)]
public static void EvalCoord2x([Count(Count = 2)] int *coords)
Parameters
Type | Name | Description |
---|---|---|
Int32* | coords | [length: 2] |
EvalCoord2x(Int32, Int32)
[requires: OES_fixed_point]
Declaration
[AutoGenerated(Category = "OES_fixed_point", Version = "", EntryPoint = "glEvalCoord2xOES")]
public static void EvalCoord2x(int u, int v)
Parameters
Type | Name | Description |
---|---|---|
Int32 | u | |
Int32 | v |
EvalCoord2x(ref Int32)
[requires: OES_fixed_point]
Declaration
[AutoGenerated(Category = "OES_fixed_point", Version = "", EntryPoint = "glEvalCoord2xvOES")]
[CLSCompliant(false)]
public static void EvalCoord2x([Count(Count = 2)] ref int coords)
Parameters
Type | Name | Description |
---|---|---|
Int32 | coords | [length: 2] |
EvalCoord2x(Int32[])
[requires: OES_fixed_point]
Declaration
[AutoGenerated(Category = "OES_fixed_point", Version = "", EntryPoint = "glEvalCoord2xvOES")]
[CLSCompliant(false)]
public static void EvalCoord2x([Count(Count = 2)] int[] coords)
Parameters
Type | Name | Description |
---|---|---|
Int32[] | coords | [length: 2] |
FeedbackBufferx(Int32, OesFixedPoint, Int32*)
[requires: OES_fixed_point]
Declaration
[AutoGenerated(Category = "OES_fixed_point", Version = "", EntryPoint = "glFeedbackBufferxOES")]
[CLSCompliant(false)]
public static void FeedbackBufferx(int n, OesFixedPoint type, [Count(Parameter = "n")] int *buffer)
Parameters
Type | Name | Description |
---|---|---|
Int32 | n | |
OesFixedPoint | type | |
Int32* | buffer | [length: n] |
FeedbackBufferx(Int32, OesFixedPoint, ref Int32)
[requires: OES_fixed_point]
Declaration
[AutoGenerated(Category = "OES_fixed_point", Version = "", EntryPoint = "glFeedbackBufferxOES")]
[CLSCompliant(false)]
public static void FeedbackBufferx(int n, OesFixedPoint type, [Count(Parameter = "n")] ref int buffer)
Parameters
Type | Name | Description |
---|---|---|
Int32 | n | |
OesFixedPoint | type | |
Int32 | buffer | [length: n] |
FeedbackBufferx(Int32, OesFixedPoint, Int32[])
[requires: OES_fixed_point]
Declaration
[AutoGenerated(Category = "OES_fixed_point", Version = "", EntryPoint = "glFeedbackBufferxOES")]
[CLSCompliant(false)]
public static void FeedbackBufferx(int n, OesFixedPoint type, [Count(Parameter = "n")] int[] buffer)
Parameters
Type | Name | Description |
---|---|---|
Int32 | n | |
OesFixedPoint | type | |
Int32[] | buffer | [length: n] |
Fogx(FogPName, Int32)
[requires: OES_fixed_point]
Declaration
[AutoGenerated(Category = "OES_fixed_point", Version = "", EntryPoint = "glFogxOES")]
public static void Fogx(FogPName pname, int param)
Parameters
Type | Name | Description |
---|---|---|
FogPName | pname | |
Int32 | param |
Fogx(FogPName, Int32*)
[requires: OES_fixed_point]
Declaration
[AutoGenerated(Category = "OES_fixed_point", Version = "", EntryPoint = "glFogxvOES")]
[CLSCompliant(false)]
public static void Fogx(FogPName pname, [Count(Computed = "pname")] int *param)
Parameters
Type | Name | Description |
---|---|---|
FogPName | pname | |
Int32* | param | [length: COMPSIZE(pname)] |
Fogx(FogPName, Int32[])
[requires: OES_fixed_point]
Declaration
[AutoGenerated(Category = "OES_fixed_point", Version = "", EntryPoint = "glFogxvOES")]
[CLSCompliant(false)]
public static void Fogx(FogPName pname, [Count(Computed = "pname")] int[] param)
Parameters
Type | Name | Description |
---|---|---|
FogPName | pname | |
Int32[] | param | [length: COMPSIZE(pname)] |
Frustum(Single, Single, Single, Single, Single, Single)
[requires: OES_single_precision] Multiply the current matrix by a perspective matrix
Declaration
[AutoGenerated(Category = "OES_single_precision", Version = "", EntryPoint = "glFrustumfOES")]
public static void Frustum(float l, float r, float b, float t, float n, float f)
Parameters
Type | Name | Description |
---|---|---|
Single | l | Specify the coordinates for the left and right vertical clipping planes. |
Single | r | Specify the coordinates for the left and right vertical clipping planes. |
Single | b | Specify the coordinates for the bottom and top horizontal clipping planes. |
Single | t | Specify the coordinates for the bottom and top horizontal clipping planes. |
Single | n | Specify the distances to the near and far depth clipping planes. Both distances must be positive. |
Single | f | Specify the distances to the near and far depth clipping planes. Both distances must be positive. |
Frustumx(Int32, Int32, Int32, Int32, Int32, Int32)
[requires: OES_fixed_point]
Declaration
[AutoGenerated(Category = "OES_fixed_point", Version = "", EntryPoint = "glFrustumxOES")]
public static void Frustumx(int l, int r, int b, int t, int n, int f)
Parameters
Type | Name | Description |
---|---|---|
Int32 | l | |
Int32 | r | |
Int32 | b | |
Int32 | t | |
Int32 | n | |
Int32 | f |
GetClipPlane(ClipPlaneName, Single*)
[requires: OES_single_precision] Return the coefficients of the specified clipping plane
Declaration
[AutoGenerated(Category = "OES_single_precision", Version = "", EntryPoint = "glGetClipPlanefOES")]
[CLSCompliant(false)]
public static void GetClipPlane(ClipPlaneName plane, [Count(Count = 4)] float *equation)
Parameters
Type | Name | Description |
---|---|---|
ClipPlaneName | plane | Specifies a clipping plane. The number of clipping planes depends on the implementation, but at least six clipping planes are supported. They are identified by symbolic names of the form ClipPlane where i ranges from 0 to the value of MaxClipPlanes - 1. |
Single* | equation | [length: 4] Returns four double-precision values that are the coefficients of the plane equation of plane in eye coordinates. The initial value is (0, 0, 0, 0). |
GetClipPlane(ClipPlaneName, out Single)
[requires: OES_single_precision] Return the coefficients of the specified clipping plane
Declaration
[AutoGenerated(Category = "OES_single_precision", Version = "", EntryPoint = "glGetClipPlanefOES")]
[CLSCompliant(false)]
public static void GetClipPlane(ClipPlaneName plane, [Count(Count = 4)] out float equation)
Parameters
Type | Name | Description |
---|---|---|
ClipPlaneName | plane | Specifies a clipping plane. The number of clipping planes depends on the implementation, but at least six clipping planes are supported. They are identified by symbolic names of the form ClipPlane where i ranges from 0 to the value of MaxClipPlanes - 1. |
Single | equation | [length: 4] Returns four double-precision values that are the coefficients of the plane equation of plane in eye coordinates. The initial value is (0, 0, 0, 0). |
GetClipPlane(ClipPlaneName, Single[])
[requires: OES_single_precision] Return the coefficients of the specified clipping plane
Declaration
[AutoGenerated(Category = "OES_single_precision", Version = "", EntryPoint = "glGetClipPlanefOES")]
[CLSCompliant(false)]
public static void GetClipPlane(ClipPlaneName plane, [Count(Count = 4)] float[] equation)
Parameters
Type | Name | Description |
---|---|---|
ClipPlaneName | plane | Specifies a clipping plane. The number of clipping planes depends on the implementation, but at least six clipping planes are supported. They are identified by symbolic names of the form ClipPlane where i ranges from 0 to the value of MaxClipPlanes - 1. |
Single[] | equation | [length: 4] Returns four double-precision values that are the coefficients of the plane equation of plane in eye coordinates. The initial value is (0, 0, 0, 0). |
GetClipPlanex(ClipPlaneName, Int32*)
[requires: OES_fixed_point]
Declaration
[AutoGenerated(Category = "OES_fixed_point", Version = "", EntryPoint = "glGetClipPlanexOES")]
[CLSCompliant(false)]
public static void GetClipPlanex(ClipPlaneName plane, [Count(Count = 4)] int *equation)
Parameters
Type | Name | Description |
---|---|---|
ClipPlaneName | plane | |
Int32* | equation | [length: 4] |
GetClipPlanex(ClipPlaneName, out Int32)
[requires: OES_fixed_point]
Declaration
[AutoGenerated(Category = "OES_fixed_point", Version = "", EntryPoint = "glGetClipPlanexOES")]
[CLSCompliant(false)]
public static void GetClipPlanex(ClipPlaneName plane, [Count(Count = 4)] out int equation)
Parameters
Type | Name | Description |
---|---|---|
ClipPlaneName | plane | |
Int32 | equation | [length: 4] |
GetClipPlanex(ClipPlaneName, Int32[])
[requires: OES_fixed_point]
Declaration
[AutoGenerated(Category = "OES_fixed_point", Version = "", EntryPoint = "glGetClipPlanexOES")]
[CLSCompliant(false)]
public static void GetClipPlanex(ClipPlaneName plane, [Count(Count = 4)] int[] equation)
Parameters
Type | Name | Description |
---|---|---|
ClipPlaneName | plane | |
Int32[] | equation | [length: 4] |
GetConvolutionParameterx(OesFixedPoint, OesFixedPoint, Int32*)
[requires: OES_fixed_point]
Declaration
[AutoGenerated(Category = "OES_fixed_point", Version = "", EntryPoint = "glGetConvolutionParameterxvOES")]
[CLSCompliant(false)]
public static void GetConvolutionParameterx(OesFixedPoint target, OesFixedPoint pname, [Count(Computed = "pname")] int *params)
Parameters
Type | Name | Description |
---|---|---|
OesFixedPoint | target | |
OesFixedPoint | pname | |
Int32* | params |
GetConvolutionParameterx(OesFixedPoint, OesFixedPoint, out Int32)
[requires: OES_fixed_point]
Declaration
[AutoGenerated(Category = "OES_fixed_point", Version = "", EntryPoint = "glGetConvolutionParameterxvOES")]
[CLSCompliant(false)]
public static void GetConvolutionParameterx(OesFixedPoint target, OesFixedPoint pname, [Count(Computed = "pname")] out int params)
Parameters
Type | Name | Description |
---|---|---|
OesFixedPoint | target | |
OesFixedPoint | pname | |
Int32 | params |
GetConvolutionParameterx(OesFixedPoint, OesFixedPoint, Int32[])
[requires: OES_fixed_point]
Declaration
[AutoGenerated(Category = "OES_fixed_point", Version = "", EntryPoint = "glGetConvolutionParameterxvOES")]
[CLSCompliant(false)]
public static void GetConvolutionParameterx(OesFixedPoint target, OesFixedPoint pname, [Count(Computed = "pname")] int[] params)
Parameters
Type | Name | Description |
---|---|---|
OesFixedPoint | target | |
OesFixedPoint | pname | |
Int32[] | params |
GetFixed(GetPName)
[requires: OES_fixed_point]
Declaration
[AutoGenerated(Category = "OES_fixed_point", Version = "", EntryPoint = "glGetFixedvOES")]
[CLSCompliant(false)]
public static int GetFixed(GetPName pname)
Parameters
Type | Name | Description |
---|---|---|
GetPName | pname |
Returns
Type | Description |
---|---|
Int32 |
GetFixed(GetPName, Int32*)
[requires: OES_fixed_point]
Declaration
[AutoGenerated(Category = "OES_fixed_point", Version = "", EntryPoint = "glGetFixedvOES")]
[CLSCompliant(false)]
public static void GetFixed(GetPName pname, [Count(Computed = "pname")] int *params)
Parameters
Type | Name | Description |
---|---|---|
GetPName | pname | |
Int32* | params |
GetFixed(GetPName, out Int32)
[requires: OES_fixed_point]
Declaration
[AutoGenerated(Category = "OES_fixed_point", Version = "", EntryPoint = "glGetFixedvOES")]
[CLSCompliant(false)]
public static void GetFixed(GetPName pname, [Count(Computed = "pname")] out int params)
Parameters
Type | Name | Description |
---|---|---|
GetPName | pname | |
Int32 | params |
GetFixed(GetPName, Int32[])
[requires: OES_fixed_point]
Declaration
[AutoGenerated(Category = "OES_fixed_point", Version = "", EntryPoint = "glGetFixedvOES")]
[CLSCompliant(false)]
public static void GetFixed(GetPName pname, [Count(Computed = "pname")] int[] params)
Parameters
Type | Name | Description |
---|---|---|
GetPName | pname | |
Int32[] | params |
GetHistogramParameterx(HistogramTargetExt, GetHistogramParameterPNameExt, Int32*)
[requires: OES_fixed_point]
Declaration
[AutoGenerated(Category = "OES_fixed_point", Version = "", EntryPoint = "glGetHistogramParameterxvOES")]
[CLSCompliant(false)]
public static void GetHistogramParameterx(HistogramTargetExt target, GetHistogramParameterPNameExt pname, [Count(Computed = "pname")] int *params)
Parameters
Type | Name | Description |
---|---|---|
HistogramTargetExt | target | |
GetHistogramParameterPNameExt | pname | |
Int32* | params |
GetHistogramParameterx(HistogramTargetExt, GetHistogramParameterPNameExt, out Int32)
[requires: OES_fixed_point]
Declaration
[AutoGenerated(Category = "OES_fixed_point", Version = "", EntryPoint = "glGetHistogramParameterxvOES")]
[CLSCompliant(false)]
public static void GetHistogramParameterx(HistogramTargetExt target, GetHistogramParameterPNameExt pname, [Count(Computed = "pname")] out int params)
Parameters
Type | Name | Description |
---|---|---|
HistogramTargetExt | target | |
GetHistogramParameterPNameExt | pname | |
Int32 | params |
GetHistogramParameterx(HistogramTargetExt, GetHistogramParameterPNameExt, Int32[])
[requires: OES_fixed_point]
Declaration
[AutoGenerated(Category = "OES_fixed_point", Version = "", EntryPoint = "glGetHistogramParameterxvOES")]
[CLSCompliant(false)]
public static void GetHistogramParameterx(HistogramTargetExt target, GetHistogramParameterPNameExt pname, [Count(Computed = "pname")] int[] params)
Parameters
Type | Name | Description |
---|---|---|
HistogramTargetExt | target | |
GetHistogramParameterPNameExt | pname | |
Int32[] | params |
GetLightx(LightName, LightParameter, Int32*)
[requires: OES_fixed_point]
Declaration
[AutoGenerated(Category = "OES_fixed_point", Version = "", EntryPoint = "glGetLightxOES")]
[CLSCompliant(false)]
public static void GetLightx(LightName light, LightParameter pname, [Count(Computed = "pname")] int *params)
Parameters
Type | Name | Description |
---|---|---|
LightName | light | |
LightParameter | pname | |
Int32* | params |
GetLightx(LightName, LightParameter, out Int32)
[requires: OES_fixed_point]
Declaration
[AutoGenerated(Category = "OES_fixed_point", Version = "", EntryPoint = "glGetLightxOES")]
[CLSCompliant(false)]
public static void GetLightx(LightName light, LightParameter pname, [Count(Computed = "pname")] out int params)
Parameters
Type | Name | Description |
---|---|---|
LightName | light | |
LightParameter | pname | |
Int32 | params |
GetLightx(LightName, LightParameter, Int32[])
[requires: OES_fixed_point]
Declaration
[AutoGenerated(Category = "OES_fixed_point", Version = "", EntryPoint = "glGetLightxOES")]
[CLSCompliant(false)]
public static void GetLightx(LightName light, LightParameter pname, [Count(Computed = "pname")] int[] params)
Parameters
Type | Name | Description |
---|---|---|
LightName | light | |
LightParameter | pname | |
Int32[] | params |
GetMapx(MapTarget, GetMapQuery, Int32*)
[requires: OES_fixed_point]
Declaration
[AutoGenerated(Category = "OES_fixed_point", Version = "", EntryPoint = "glGetMapxvOES")]
[CLSCompliant(false)]
public static void GetMapx(MapTarget target, GetMapQuery query, [Count(Computed = "query")] int *v)
Parameters
Type | Name | Description |
---|---|---|
MapTarget | target | |
GetMapQuery | query | |
Int32* | v | [length: COMPSIZE(query)] |
GetMapx(MapTarget, GetMapQuery, out Int32)
[requires: OES_fixed_point]
Declaration
[AutoGenerated(Category = "OES_fixed_point", Version = "", EntryPoint = "glGetMapxvOES")]
[CLSCompliant(false)]
public static void GetMapx(MapTarget target, GetMapQuery query, [Count(Computed = "query")] out int v)
Parameters
Type | Name | Description |
---|---|---|
MapTarget | target | |
GetMapQuery | query | |
Int32 | v | [length: COMPSIZE(query)] |
GetMapx(MapTarget, GetMapQuery, Int32[])
[requires: OES_fixed_point]
Declaration
[AutoGenerated(Category = "OES_fixed_point", Version = "", EntryPoint = "glGetMapxvOES")]
[CLSCompliant(false)]
public static void GetMapx(MapTarget target, GetMapQuery query, [Count(Computed = "query")] int[] v)
Parameters
Type | Name | Description |
---|---|---|
MapTarget | target | |
GetMapQuery | query | |
Int32[] | v | [length: COMPSIZE(query)] |
GetMaterialx(MaterialFace, MaterialParameter, Int32)
[requires: OES_fixed_point]
Declaration
[AutoGenerated(Category = "OES_fixed_point", Version = "", EntryPoint = "glGetMaterialxOES")]
public static void GetMaterialx(MaterialFace face, MaterialParameter pname, int param)
Parameters
Type | Name | Description |
---|---|---|
MaterialFace | face | |
MaterialParameter | pname | |
Int32 | param |
GetMaterialx(MaterialFace, MaterialParameter, Int32*)
[requires: OES_fixed_point]
Declaration
[AutoGenerated(Category = "OES_fixed_point", Version = "", EntryPoint = "glGetMaterialxvOES")]
[CLSCompliant(false)]
public static void GetMaterialx(MaterialFace face, MaterialParameter pname, [Count(Computed = "pname")] int *params)
Parameters
Type | Name | Description |
---|---|---|
MaterialFace | face | |
MaterialParameter | pname | |
Int32* | params |
GetMaterialx(MaterialFace, MaterialParameter, Int32[])
[requires: OES_fixed_point]
Declaration
[AutoGenerated(Category = "OES_fixed_point", Version = "", EntryPoint = "glGetMaterialxvOES")]
[CLSCompliant(false)]
public static void GetMaterialx(MaterialFace face, MaterialParameter pname, [Count(Computed = "pname")] int[] params)
Parameters
Type | Name | Description |
---|---|---|
MaterialFace | face | |
MaterialParameter | pname | |
Int32[] | params |
GetTexEnvx(TextureEnvTarget, TextureEnvParameter, Int32*)
[requires: OES_fixed_point]
Declaration
[AutoGenerated(Category = "OES_fixed_point", Version = "", EntryPoint = "glGetTexEnvxvOES")]
[CLSCompliant(false)]
public static void GetTexEnvx(TextureEnvTarget target, TextureEnvParameter pname, [Count(Computed = "pname")] int *params)
Parameters
Type | Name | Description |
---|---|---|
TextureEnvTarget | target | |
TextureEnvParameter | pname | |
Int32* | params |
GetTexEnvx(TextureEnvTarget, TextureEnvParameter, out Int32)
[requires: OES_fixed_point]
Declaration
[AutoGenerated(Category = "OES_fixed_point", Version = "", EntryPoint = "glGetTexEnvxvOES")]
[CLSCompliant(false)]
public static void GetTexEnvx(TextureEnvTarget target, TextureEnvParameter pname, [Count(Computed = "pname")] out int params)
Parameters
Type | Name | Description |
---|---|---|
TextureEnvTarget | target | |
TextureEnvParameter | pname | |
Int32 | params |
GetTexEnvx(TextureEnvTarget, TextureEnvParameter, Int32[])
[requires: OES_fixed_point]
Declaration
[AutoGenerated(Category = "OES_fixed_point", Version = "", EntryPoint = "glGetTexEnvxvOES")]
[CLSCompliant(false)]
public static void GetTexEnvx(TextureEnvTarget target, TextureEnvParameter pname, [Count(Computed = "pname")] int[] params)
Parameters
Type | Name | Description |
---|---|---|
TextureEnvTarget | target | |
TextureEnvParameter | pname | |
Int32[] | params |
GetTexGenx(TextureCoordName, TextureGenParameter, Int32*)
[requires: OES_fixed_point]
Declaration
[AutoGenerated(Category = "OES_fixed_point", Version = "", EntryPoint = "glGetTexGenxvOES")]
[CLSCompliant(false)]
public static void GetTexGenx(TextureCoordName coord, TextureGenParameter pname, [Count(Computed = "pname")] int *params)
Parameters
Type | Name | Description |
---|---|---|
TextureCoordName | coord | |
TextureGenParameter | pname | |
Int32* | params |
GetTexGenx(TextureCoordName, TextureGenParameter, out Int32)
[requires: OES_fixed_point]
Declaration
[AutoGenerated(Category = "OES_fixed_point", Version = "", EntryPoint = "glGetTexGenxvOES")]
[CLSCompliant(false)]
public static void GetTexGenx(TextureCoordName coord, TextureGenParameter pname, [Count(Computed = "pname")] out int params)
Parameters
Type | Name | Description |
---|---|---|
TextureCoordName | coord | |
TextureGenParameter | pname | |
Int32 | params |
GetTexGenx(TextureCoordName, TextureGenParameter, Int32[])
[requires: OES_fixed_point]
Declaration
[AutoGenerated(Category = "OES_fixed_point", Version = "", EntryPoint = "glGetTexGenxvOES")]
[CLSCompliant(false)]
public static void GetTexGenx(TextureCoordName coord, TextureGenParameter pname, [Count(Computed = "pname")] int[] params)
Parameters
Type | Name | Description |
---|---|---|
TextureCoordName | coord | |
TextureGenParameter | pname | |
Int32[] | params |
GetTexLevelParameterx(TextureTarget, Int32, GetTextureParameter, Int32*)
[requires: OES_fixed_point]
Declaration
[AutoGenerated(Category = "OES_fixed_point", Version = "", EntryPoint = "glGetTexLevelParameterxvOES")]
[CLSCompliant(false)]
public static void GetTexLevelParameterx(TextureTarget target, int level, GetTextureParameter pname, [Count(Computed = "pname")] int *params)
Parameters
Type | Name | Description |
---|---|---|
TextureTarget | target | |
Int32 | level | |
GetTextureParameter | pname | |
Int32* | params |
GetTexLevelParameterx(TextureTarget, Int32, GetTextureParameter, out Int32)
[requires: OES_fixed_point]
Declaration
[AutoGenerated(Category = "OES_fixed_point", Version = "", EntryPoint = "glGetTexLevelParameterxvOES")]
[CLSCompliant(false)]
public static void GetTexLevelParameterx(TextureTarget target, int level, GetTextureParameter pname, [Count(Computed = "pname")] out int params)
Parameters
Type | Name | Description |
---|---|---|
TextureTarget | target | |
Int32 | level | |
GetTextureParameter | pname | |
Int32 | params |
GetTexLevelParameterx(TextureTarget, Int32, GetTextureParameter, Int32[])
[requires: OES_fixed_point]
Declaration
[AutoGenerated(Category = "OES_fixed_point", Version = "", EntryPoint = "glGetTexLevelParameterxvOES")]
[CLSCompliant(false)]
public static void GetTexLevelParameterx(TextureTarget target, int level, GetTextureParameter pname, [Count(Computed = "pname")] int[] params)
Parameters
Type | Name | Description |
---|---|---|
TextureTarget | target | |
Int32 | level | |
GetTextureParameter | pname | |
Int32[] | params |
GetTexParameterx(TextureTarget, GetTextureParameter, Int32*)
[requires: OES_fixed_point]
Declaration
[AutoGenerated(Category = "OES_fixed_point", Version = "", EntryPoint = "glGetTexParameterxvOES")]
[CLSCompliant(false)]
public static void GetTexParameterx(TextureTarget target, GetTextureParameter pname, [Count(Computed = "pname")] int *params)
Parameters
Type | Name | Description |
---|---|---|
TextureTarget | target | |
GetTextureParameter | pname | |
Int32* | params |
GetTexParameterx(TextureTarget, GetTextureParameter, out Int32)
[requires: OES_fixed_point]
Declaration
[AutoGenerated(Category = "OES_fixed_point", Version = "", EntryPoint = "glGetTexParameterxvOES")]
[CLSCompliant(false)]
public static void GetTexParameterx(TextureTarget target, GetTextureParameter pname, [Count(Computed = "pname")] out int params)
Parameters
Type | Name | Description |
---|---|---|
TextureTarget | target | |
GetTextureParameter | pname | |
Int32 | params |
GetTexParameterx(TextureTarget, GetTextureParameter, Int32[])
[requires: OES_fixed_point]
Declaration
[AutoGenerated(Category = "OES_fixed_point", Version = "", EntryPoint = "glGetTexParameterxvOES")]
[CLSCompliant(false)]
public static void GetTexParameterx(TextureTarget target, GetTextureParameter pname, [Count(Computed = "pname")] int[] params)
Parameters
Type | Name | Description |
---|---|---|
TextureTarget | target | |
GetTextureParameter | pname | |
Int32[] | params |
Indexx(Int32)
[requires: OES_fixed_point]
Declaration
[AutoGenerated(Category = "OES_fixed_point", Version = "", EntryPoint = "glIndexxOES")]
public static void Indexx(int component)
Parameters
Type | Name | Description |
---|---|---|
Int32 | component |
Indexx(Int32*)
[requires: OES_fixed_point]
Declaration
[AutoGenerated(Category = "OES_fixed_point", Version = "", EntryPoint = "glIndexxvOES")]
[CLSCompliant(false)]
public static void Indexx([Count(Count = 1)] int *component)
Parameters
Type | Name | Description |
---|---|---|
Int32* | component | [length: 1] |
LightModelx(LightModelParameter, Int32)
[requires: OES_fixed_point]
Declaration
[AutoGenerated(Category = "OES_fixed_point", Version = "", EntryPoint = "glLightModelxOES")]
public static void LightModelx(LightModelParameter pname, int param)
Parameters
Type | Name | Description |
---|---|---|
LightModelParameter | pname | |
Int32 | param |
LightModelx(LightModelParameter, Int32*)
[requires: OES_fixed_point]
Declaration
[AutoGenerated(Category = "OES_fixed_point", Version = "", EntryPoint = "glLightModelxvOES")]
[CLSCompliant(false)]
public static void LightModelx(LightModelParameter pname, [Count(Computed = "pname")] int *param)
Parameters
Type | Name | Description |
---|---|---|
LightModelParameter | pname | |
Int32* | param | [length: COMPSIZE(pname)] |
LightModelx(LightModelParameter, Int32[])
[requires: OES_fixed_point]
Declaration
[AutoGenerated(Category = "OES_fixed_point", Version = "", EntryPoint = "glLightModelxvOES")]
[CLSCompliant(false)]
public static void LightModelx(LightModelParameter pname, [Count(Computed = "pname")] int[] param)
Parameters
Type | Name | Description |
---|---|---|
LightModelParameter | pname | |
Int32[] | param | [length: COMPSIZE(pname)] |
Lightx(LightName, LightParameter, Int32)
[requires: OES_fixed_point]
Declaration
[AutoGenerated(Category = "OES_fixed_point", Version = "", EntryPoint = "glLightxOES")]
public static void Lightx(LightName light, LightParameter pname, int param)
Parameters
Type | Name | Description |
---|---|---|
LightName | light | |
LightParameter | pname | |
Int32 | param |
Lightx(LightName, LightParameter, Int32*)
[requires: OES_fixed_point]
Declaration
[AutoGenerated(Category = "OES_fixed_point", Version = "", EntryPoint = "glLightxvOES")]
[CLSCompliant(false)]
public static void Lightx(LightName light, LightParameter pname, [Count(Computed = "pname")] int *params)
Parameters
Type | Name | Description |
---|---|---|
LightName | light | |
LightParameter | pname | |
Int32* | params |
Lightx(LightName, LightParameter, Int32[])
[requires: OES_fixed_point]
Declaration
[AutoGenerated(Category = "OES_fixed_point", Version = "", EntryPoint = "glLightxvOES")]
[CLSCompliant(false)]
public static void Lightx(LightName light, LightParameter pname, [Count(Computed = "pname")] int[] params)
Parameters
Type | Name | Description |
---|---|---|
LightName | light | |
LightParameter | pname | |
Int32[] | params |
LineWidthx(Int32)
[requires: OES_fixed_point]
Declaration
[AutoGenerated(Category = "OES_fixed_point", Version = "", EntryPoint = "glLineWidthxOES")]
public static void LineWidthx(int width)
Parameters
Type | Name | Description |
---|---|---|
Int32 | width |
LoadMatrixx(Int32*)
[requires: OES_fixed_point]
Declaration
[AutoGenerated(Category = "OES_fixed_point", Version = "", EntryPoint = "glLoadMatrixxOES")]
[CLSCompliant(false)]
public static void LoadMatrixx([Count(Count = 16)] int *m)
Parameters
Type | Name | Description |
---|---|---|
Int32* | m | [length: 16] |
LoadMatrixx(ref Int32)
[requires: OES_fixed_point]
Declaration
[AutoGenerated(Category = "OES_fixed_point", Version = "", EntryPoint = "glLoadMatrixxOES")]
[CLSCompliant(false)]
public static void LoadMatrixx([Count(Count = 16)] ref int m)
Parameters
Type | Name | Description |
---|---|---|
Int32 | m | [length: 16] |
LoadMatrixx(Int32[])
[requires: OES_fixed_point]
Declaration
[AutoGenerated(Category = "OES_fixed_point", Version = "", EntryPoint = "glLoadMatrixxOES")]
[CLSCompliant(false)]
public static void LoadMatrixx([Count(Count = 16)] int[] m)
Parameters
Type | Name | Description |
---|---|---|
Int32[] | m | [length: 16] |
LoadTransposeMatrixx(Int32*)
[requires: OES_fixed_point]
Declaration
[AutoGenerated(Category = "OES_fixed_point", Version = "", EntryPoint = "glLoadTransposeMatrixxOES")]
[CLSCompliant(false)]
public static void LoadTransposeMatrixx([Count(Count = 16)] int *m)
Parameters
Type | Name | Description |
---|---|---|
Int32* | m | [length: 16] |
LoadTransposeMatrixx(ref Int32)
[requires: OES_fixed_point]
Declaration
[AutoGenerated(Category = "OES_fixed_point", Version = "", EntryPoint = "glLoadTransposeMatrixxOES")]
[CLSCompliant(false)]
public static void LoadTransposeMatrixx([Count(Count = 16)] ref int m)
Parameters
Type | Name | Description |
---|---|---|
Int32 | m | [length: 16] |
LoadTransposeMatrixx(Int32[])
[requires: OES_fixed_point]
Declaration
[AutoGenerated(Category = "OES_fixed_point", Version = "", EntryPoint = "glLoadTransposeMatrixxOES")]
[CLSCompliant(false)]
public static void LoadTransposeMatrixx([Count(Count = 16)] int[] m)
Parameters
Type | Name | Description |
---|---|---|
Int32[] | m | [length: 16] |
Map1x(MapTarget, Int32, Int32, Int32, Int32, Int32)
[requires: OES_fixed_point]
Declaration
[AutoGenerated(Category = "OES_fixed_point", Version = "", EntryPoint = "glMap1xOES")]
public static void Map1x(MapTarget target, int u1, int u2, int stride, int order, int points)
Parameters
Type | Name | Description |
---|---|---|
MapTarget | target | |
Int32 | u1 | |
Int32 | u2 | |
Int32 | stride | |
Int32 | order | |
Int32 | points |
Map2x(MapTarget, Int32, Int32, Int32, Int32, Int32, Int32, Int32, Int32, Int32)
[requires: OES_fixed_point]
Declaration
[AutoGenerated(Category = "OES_fixed_point", Version = "", EntryPoint = "glMap2xOES")]
public static void Map2x(MapTarget target, int u1, int u2, int ustride, int uorder, int v1, int v2, int vstride, int vorder, int points)
Parameters
Type | Name | Description |
---|---|---|
MapTarget | target | |
Int32 | u1 | |
Int32 | u2 | |
Int32 | ustride | |
Int32 | uorder | |
Int32 | v1 | |
Int32 | v2 | |
Int32 | vstride | |
Int32 | vorder | |
Int32 | points |
MapGrid1x(Int32, Int32, Int32)
[requires: OES_fixed_point]
Declaration
[AutoGenerated(Category = "OES_fixed_point", Version = "", EntryPoint = "glMapGrid1xOES")]
public static void MapGrid1x(int n, int u1, int u2)
Parameters
Type | Name | Description |
---|---|---|
Int32 | n | |
Int32 | u1 | |
Int32 | u2 |
MapGrid2x(Int32, Int32, Int32, Int32, Int32)
[requires: OES_fixed_point]
Declaration
[AutoGenerated(Category = "OES_fixed_point", Version = "", EntryPoint = "glMapGrid2xOES")]
public static void MapGrid2x(int n, int u1, int u2, int v1, int v2)
Parameters
Type | Name | Description |
---|---|---|
Int32 | n | |
Int32 | u1 | |
Int32 | u2 | |
Int32 | v1 | |
Int32 | v2 |
Materialx(MaterialFace, MaterialParameter, Int32)
[requires: OES_fixed_point]
Declaration
[AutoGenerated(Category = "OES_fixed_point", Version = "", EntryPoint = "glMaterialxOES")]
public static void Materialx(MaterialFace face, MaterialParameter pname, int param)
Parameters
Type | Name | Description |
---|---|---|
MaterialFace | face | |
MaterialParameter | pname | |
Int32 | param |
Materialx(MaterialFace, MaterialParameter, Int32*)
[requires: OES_fixed_point]
Declaration
[AutoGenerated(Category = "OES_fixed_point", Version = "", EntryPoint = "glMaterialxvOES")]
[CLSCompliant(false)]
public static void Materialx(MaterialFace face, MaterialParameter pname, [Count(Computed = "pname")] int *param)
Parameters
Type | Name | Description |
---|---|---|
MaterialFace | face | |
MaterialParameter | pname | |
Int32* | param | [length: COMPSIZE(pname)] |
Materialx(MaterialFace, MaterialParameter, Int32[])
[requires: OES_fixed_point]
Declaration
[AutoGenerated(Category = "OES_fixed_point", Version = "", EntryPoint = "glMaterialxvOES")]
[CLSCompliant(false)]
public static void Materialx(MaterialFace face, MaterialParameter pname, [Count(Computed = "pname")] int[] param)
Parameters
Type | Name | Description |
---|---|---|
MaterialFace | face | |
MaterialParameter | pname | |
Int32[] | param | [length: COMPSIZE(pname)] |
MultiTexCoord1(TextureUnit, Byte)
[requires: OES_byte_coordinates] Set the current texture coordinates
Declaration
[AutoGenerated(Category = "OES_byte_coordinates", Version = "", EntryPoint = "glMultiTexCoord1bOES")]
[CLSCompliant(false)]
public static void MultiTexCoord1(TextureUnit texture, byte s)
Parameters
Type | Name | Description |
---|---|---|
TextureUnit | texture | Specifies the texture unit whose coordinates should be modified. The number of texture units is implementation dependent, but must be at least two. Symbolic constant must be one of Texture, where i ranges from 0 to MaxTextureCoords - 1, which is an implementation-dependent value. |
Byte | s | Specify s, t, r, and q texture coordinates for target texture unit. Not all parameters are present in all forms of the command. |
MultiTexCoord1(TextureUnit, Byte*)
[requires: OES_byte_coordinates] Set the current texture coordinates
Declaration
[AutoGenerated(Category = "OES_byte_coordinates", Version = "", EntryPoint = "glMultiTexCoord1bvOES")]
[CLSCompliant(false)]
public static void MultiTexCoord1(TextureUnit texture, [Count(Count = 1)] byte *coords)
Parameters
Type | Name | Description |
---|---|---|
TextureUnit | texture | Specifies the texture unit whose coordinates should be modified. The number of texture units is implementation dependent, but must be at least two. Symbolic constant must be one of Texture, where i ranges from 0 to MaxTextureCoords - 1, which is an implementation-dependent value. |
Byte* | coords | [length: 1] Specify s, t, r, and q texture coordinates for target texture unit. Not all parameters are present in all forms of the command. |
MultiTexCoord1(TextureUnit, SByte)
[requires: OES_byte_coordinates] Set the current texture coordinates
Declaration
[AutoGenerated(Category = "OES_byte_coordinates", Version = "", EntryPoint = "glMultiTexCoord1bOES")]
[CLSCompliant(false)]
public static void MultiTexCoord1(TextureUnit texture, sbyte s)
Parameters
Type | Name | Description |
---|---|---|
TextureUnit | texture | Specifies the texture unit whose coordinates should be modified. The number of texture units is implementation dependent, but must be at least two. Symbolic constant must be one of Texture, where i ranges from 0 to MaxTextureCoords - 1, which is an implementation-dependent value. |
SByte | s | Specify s, t, r, and q texture coordinates for target texture unit. Not all parameters are present in all forms of the command. |
MultiTexCoord1(TextureUnit, SByte*)
[requires: OES_byte_coordinates] Set the current texture coordinates
Declaration
[AutoGenerated(Category = "OES_byte_coordinates", Version = "", EntryPoint = "glMultiTexCoord1bvOES")]
[CLSCompliant(false)]
public static void MultiTexCoord1(TextureUnit texture, [Count(Count = 1)] sbyte *coords)
Parameters
Type | Name | Description |
---|---|---|
TextureUnit | texture | Specifies the texture unit whose coordinates should be modified. The number of texture units is implementation dependent, but must be at least two. Symbolic constant must be one of Texture, where i ranges from 0 to MaxTextureCoords - 1, which is an implementation-dependent value. |
SByte* | coords | [length: 1] Specify s, t, r, and q texture coordinates for target texture unit. Not all parameters are present in all forms of the command. |
MultiTexCoord1x(TextureUnit, Int32)
[requires: OES_fixed_point]
Declaration
[AutoGenerated(Category = "OES_fixed_point", Version = "", EntryPoint = "glMultiTexCoord1xOES")]
public static void MultiTexCoord1x(TextureUnit texture, int s)
Parameters
Type | Name | Description |
---|---|---|
TextureUnit | texture | |
Int32 | s |
MultiTexCoord1x(TextureUnit, Int32*)
[requires: OES_fixed_point]
Declaration
[AutoGenerated(Category = "OES_fixed_point", Version = "", EntryPoint = "glMultiTexCoord1xvOES")]
[CLSCompliant(false)]
public static void MultiTexCoord1x(TextureUnit texture, [Count(Count = 1)] int *coords)
Parameters
Type | Name | Description |
---|---|---|
TextureUnit | texture | |
Int32* | coords | [length: 1] |
MultiTexCoord2(TextureUnit, Byte*)
[requires: OES_byte_coordinates] Set the current texture coordinates
Declaration
[AutoGenerated(Category = "OES_byte_coordinates", Version = "", EntryPoint = "glMultiTexCoord2bvOES")]
[CLSCompliant(false)]
public static void MultiTexCoord2(TextureUnit texture, [Count(Count = 2)] byte *coords)
Parameters
Type | Name | Description |
---|---|---|
TextureUnit | texture | Specifies the texture unit whose coordinates should be modified. The number of texture units is implementation dependent, but must be at least two. Symbolic constant must be one of Texture, where i ranges from 0 to MaxTextureCoords - 1, which is an implementation-dependent value. |
Byte* | coords | [length: 2] Specify s, t, r, and q texture coordinates for target texture unit. Not all parameters are present in all forms of the command. |
MultiTexCoord2(TextureUnit, Byte, Byte)
[requires: OES_byte_coordinates] Set the current texture coordinates
Declaration
[AutoGenerated(Category = "OES_byte_coordinates", Version = "", EntryPoint = "glMultiTexCoord2bOES")]
[CLSCompliant(false)]
public static void MultiTexCoord2(TextureUnit texture, byte s, byte t)
Parameters
Type | Name | Description |
---|---|---|
TextureUnit | texture | Specifies the texture unit whose coordinates should be modified. The number of texture units is implementation dependent, but must be at least two. Symbolic constant must be one of Texture, where i ranges from 0 to MaxTextureCoords - 1, which is an implementation-dependent value. |
Byte | s | Specify s, t, r, and q texture coordinates for target texture unit. Not all parameters are present in all forms of the command. |
Byte | t | Specify s, t, r, and q texture coordinates for target texture unit. Not all parameters are present in all forms of the command. |
MultiTexCoord2(TextureUnit, ref Byte)
[requires: OES_byte_coordinates] Set the current texture coordinates
Declaration
[AutoGenerated(Category = "OES_byte_coordinates", Version = "", EntryPoint = "glMultiTexCoord2bvOES")]
[CLSCompliant(false)]
public static void MultiTexCoord2(TextureUnit texture, [Count(Count = 2)] ref byte coords)
Parameters
Type | Name | Description |
---|---|---|
TextureUnit | texture | Specifies the texture unit whose coordinates should be modified. The number of texture units is implementation dependent, but must be at least two. Symbolic constant must be one of Texture, where i ranges from 0 to MaxTextureCoords - 1, which is an implementation-dependent value. |
Byte | coords | [length: 2] Specify s, t, r, and q texture coordinates for target texture unit. Not all parameters are present in all forms of the command. |
MultiTexCoord2(TextureUnit, Byte[])
[requires: OES_byte_coordinates] Set the current texture coordinates
Declaration
[AutoGenerated(Category = "OES_byte_coordinates", Version = "", EntryPoint = "glMultiTexCoord2bvOES")]
[CLSCompliant(false)]
public static void MultiTexCoord2(TextureUnit texture, [Count(Count = 2)] byte[] coords)
Parameters
Type | Name | Description |
---|---|---|
TextureUnit | texture | Specifies the texture unit whose coordinates should be modified. The number of texture units is implementation dependent, but must be at least two. Symbolic constant must be one of Texture, where i ranges from 0 to MaxTextureCoords - 1, which is an implementation-dependent value. |
Byte[] | coords | [length: 2] Specify s, t, r, and q texture coordinates for target texture unit. Not all parameters are present in all forms of the command. |
MultiTexCoord2(TextureUnit, SByte*)
[requires: OES_byte_coordinates] Set the current texture coordinates
Declaration
[AutoGenerated(Category = "OES_byte_coordinates", Version = "", EntryPoint = "glMultiTexCoord2bvOES")]
[CLSCompliant(false)]
public static void MultiTexCoord2(TextureUnit texture, [Count(Count = 2)] sbyte *coords)
Parameters
Type | Name | Description |
---|---|---|
TextureUnit | texture | Specifies the texture unit whose coordinates should be modified. The number of texture units is implementation dependent, but must be at least two. Symbolic constant must be one of Texture, where i ranges from 0 to MaxTextureCoords - 1, which is an implementation-dependent value. |
SByte* | coords | [length: 2] Specify s, t, r, and q texture coordinates for target texture unit. Not all parameters are present in all forms of the command. |
MultiTexCoord2(TextureUnit, SByte, SByte)
[requires: OES_byte_coordinates] Set the current texture coordinates
Declaration
[AutoGenerated(Category = "OES_byte_coordinates", Version = "", EntryPoint = "glMultiTexCoord2bOES")]
[CLSCompliant(false)]
public static void MultiTexCoord2(TextureUnit texture, sbyte s, sbyte t)
Parameters
Type | Name | Description |
---|---|---|
TextureUnit | texture | Specifies the texture unit whose coordinates should be modified. The number of texture units is implementation dependent, but must be at least two. Symbolic constant must be one of Texture, where i ranges from 0 to MaxTextureCoords - 1, which is an implementation-dependent value. |
SByte | s | Specify s, t, r, and q texture coordinates for target texture unit. Not all parameters are present in all forms of the command. |
SByte | t | Specify s, t, r, and q texture coordinates for target texture unit. Not all parameters are present in all forms of the command. |
MultiTexCoord2(TextureUnit, ref SByte)
[requires: OES_byte_coordinates] Set the current texture coordinates
Declaration
[AutoGenerated(Category = "OES_byte_coordinates", Version = "", EntryPoint = "glMultiTexCoord2bvOES")]
[CLSCompliant(false)]
public static void MultiTexCoord2(TextureUnit texture, [Count(Count = 2)] ref sbyte coords)
Parameters
Type | Name | Description |
---|---|---|
TextureUnit | texture | Specifies the texture unit whose coordinates should be modified. The number of texture units is implementation dependent, but must be at least two. Symbolic constant must be one of Texture, where i ranges from 0 to MaxTextureCoords - 1, which is an implementation-dependent value. |
SByte | coords | [length: 2] Specify s, t, r, and q texture coordinates for target texture unit. Not all parameters are present in all forms of the command. |
MultiTexCoord2(TextureUnit, SByte[])
[requires: OES_byte_coordinates] Set the current texture coordinates
Declaration
[AutoGenerated(Category = "OES_byte_coordinates", Version = "", EntryPoint = "glMultiTexCoord2bvOES")]
[CLSCompliant(false)]
public static void MultiTexCoord2(TextureUnit texture, [Count(Count = 2)] sbyte[] coords)
Parameters
Type | Name | Description |
---|---|---|
TextureUnit | texture | Specifies the texture unit whose coordinates should be modified. The number of texture units is implementation dependent, but must be at least two. Symbolic constant must be one of Texture, where i ranges from 0 to MaxTextureCoords - 1, which is an implementation-dependent value. |
SByte[] | coords | [length: 2] Specify s, t, r, and q texture coordinates for target texture unit. Not all parameters are present in all forms of the command. |
MultiTexCoord2x(TextureUnit, Int32*)
[requires: OES_fixed_point]
Declaration
[AutoGenerated(Category = "OES_fixed_point", Version = "", EntryPoint = "glMultiTexCoord2xvOES")]
[CLSCompliant(false)]
public static void MultiTexCoord2x(TextureUnit texture, [Count(Count = 2)] int *coords)
Parameters
Type | Name | Description |
---|---|---|
TextureUnit | texture | |
Int32* | coords | [length: 2] |
MultiTexCoord2x(TextureUnit, Int32, Int32)
[requires: OES_fixed_point]
Declaration
[AutoGenerated(Category = "OES_fixed_point", Version = "", EntryPoint = "glMultiTexCoord2xOES")]
public static void MultiTexCoord2x(TextureUnit texture, int s, int t)
Parameters
Type | Name | Description |
---|---|---|
TextureUnit | texture | |
Int32 | s | |
Int32 | t |
MultiTexCoord2x(TextureUnit, ref Int32)
[requires: OES_fixed_point]
Declaration
[AutoGenerated(Category = "OES_fixed_point", Version = "", EntryPoint = "glMultiTexCoord2xvOES")]
[CLSCompliant(false)]
public static void MultiTexCoord2x(TextureUnit texture, [Count(Count = 2)] ref int coords)
Parameters
Type | Name | Description |
---|---|---|
TextureUnit | texture | |
Int32 | coords | [length: 2] |
MultiTexCoord2x(TextureUnit, Int32[])
[requires: OES_fixed_point]
Declaration
[AutoGenerated(Category = "OES_fixed_point", Version = "", EntryPoint = "glMultiTexCoord2xvOES")]
[CLSCompliant(false)]
public static void MultiTexCoord2x(TextureUnit texture, [Count(Count = 2)] int[] coords)
Parameters
Type | Name | Description |
---|---|---|
TextureUnit | texture | |
Int32[] | coords | [length: 2] |
MultiTexCoord3(TextureUnit, Byte*)
[requires: OES_byte_coordinates] Set the current texture coordinates
Declaration
[AutoGenerated(Category = "OES_byte_coordinates", Version = "", EntryPoint = "glMultiTexCoord3bvOES")]
[CLSCompliant(false)]
public static void MultiTexCoord3(TextureUnit texture, [Count(Count = 3)] byte *coords)
Parameters
Type | Name | Description |
---|---|---|
TextureUnit | texture | Specifies the texture unit whose coordinates should be modified. The number of texture units is implementation dependent, but must be at least two. Symbolic constant must be one of Texture, where i ranges from 0 to MaxTextureCoords - 1, which is an implementation-dependent value. |
Byte* | coords | [length: 3] Specify s, t, r, and q texture coordinates for target texture unit. Not all parameters are present in all forms of the command. |
MultiTexCoord3(TextureUnit, Byte, Byte, Byte)
[requires: OES_byte_coordinates] Set the current texture coordinates
Declaration
[AutoGenerated(Category = "OES_byte_coordinates", Version = "", EntryPoint = "glMultiTexCoord3bOES")]
[CLSCompliant(false)]
public static void MultiTexCoord3(TextureUnit texture, byte s, byte t, byte r)
Parameters
Type | Name | Description |
---|---|---|
TextureUnit | texture | Specifies the texture unit whose coordinates should be modified. The number of texture units is implementation dependent, but must be at least two. Symbolic constant must be one of Texture, where i ranges from 0 to MaxTextureCoords - 1, which is an implementation-dependent value. |
Byte | s | Specify s, t, r, and q texture coordinates for target texture unit. Not all parameters are present in all forms of the command. |
Byte | t | Specify s, t, r, and q texture coordinates for target texture unit. Not all parameters are present in all forms of the command. |
Byte | r | Specify s, t, r, and q texture coordinates for target texture unit. Not all parameters are present in all forms of the command. |
MultiTexCoord3(TextureUnit, ref Byte)
[requires: OES_byte_coordinates] Set the current texture coordinates
Declaration
[AutoGenerated(Category = "OES_byte_coordinates", Version = "", EntryPoint = "glMultiTexCoord3bvOES")]
[CLSCompliant(false)]
public static void MultiTexCoord3(TextureUnit texture, [Count(Count = 3)] ref byte coords)
Parameters
Type | Name | Description |
---|---|---|
TextureUnit | texture | Specifies the texture unit whose coordinates should be modified. The number of texture units is implementation dependent, but must be at least two. Symbolic constant must be one of Texture, where i ranges from 0 to MaxTextureCoords - 1, which is an implementation-dependent value. |
Byte | coords | [length: 3] Specify s, t, r, and q texture coordinates for target texture unit. Not all parameters are present in all forms of the command. |
MultiTexCoord3(TextureUnit, Byte[])
[requires: OES_byte_coordinates] Set the current texture coordinates
Declaration
[AutoGenerated(Category = "OES_byte_coordinates", Version = "", EntryPoint = "glMultiTexCoord3bvOES")]
[CLSCompliant(false)]
public static void MultiTexCoord3(TextureUnit texture, [Count(Count = 3)] byte[] coords)
Parameters
Type | Name | Description |
---|---|---|
TextureUnit | texture | Specifies the texture unit whose coordinates should be modified. The number of texture units is implementation dependent, but must be at least two. Symbolic constant must be one of Texture, where i ranges from 0 to MaxTextureCoords - 1, which is an implementation-dependent value. |
Byte[] | coords | [length: 3] Specify s, t, r, and q texture coordinates for target texture unit. Not all parameters are present in all forms of the command. |
MultiTexCoord3(TextureUnit, SByte*)
[requires: OES_byte_coordinates] Set the current texture coordinates
Declaration
[AutoGenerated(Category = "OES_byte_coordinates", Version = "", EntryPoint = "glMultiTexCoord3bvOES")]
[CLSCompliant(false)]
public static void MultiTexCoord3(TextureUnit texture, [Count(Count = 3)] sbyte *coords)
Parameters
Type | Name | Description |
---|---|---|
TextureUnit | texture | Specifies the texture unit whose coordinates should be modified. The number of texture units is implementation dependent, but must be at least two. Symbolic constant must be one of Texture, where i ranges from 0 to MaxTextureCoords - 1, which is an implementation-dependent value. |
SByte* | coords | [length: 3] Specify s, t, r, and q texture coordinates for target texture unit. Not all parameters are present in all forms of the command. |
MultiTexCoord3(TextureUnit, SByte, SByte, SByte)
[requires: OES_byte_coordinates] Set the current texture coordinates
Declaration
[AutoGenerated(Category = "OES_byte_coordinates", Version = "", EntryPoint = "glMultiTexCoord3bOES")]
[CLSCompliant(false)]
public static void MultiTexCoord3(TextureUnit texture, sbyte s, sbyte t, sbyte r)
Parameters
Type | Name | Description |
---|---|---|
TextureUnit | texture | Specifies the texture unit whose coordinates should be modified. The number of texture units is implementation dependent, but must be at least two. Symbolic constant must be one of Texture, where i ranges from 0 to MaxTextureCoords - 1, which is an implementation-dependent value. |
SByte | s | Specify s, t, r, and q texture coordinates for target texture unit. Not all parameters are present in all forms of the command. |
SByte | t | Specify s, t, r, and q texture coordinates for target texture unit. Not all parameters are present in all forms of the command. |
SByte | r | Specify s, t, r, and q texture coordinates for target texture unit. Not all parameters are present in all forms of the command. |
MultiTexCoord3(TextureUnit, ref SByte)
[requires: OES_byte_coordinates] Set the current texture coordinates
Declaration
[AutoGenerated(Category = "OES_byte_coordinates", Version = "", EntryPoint = "glMultiTexCoord3bvOES")]
[CLSCompliant(false)]
public static void MultiTexCoord3(TextureUnit texture, [Count(Count = 3)] ref sbyte coords)
Parameters
Type | Name | Description |
---|---|---|
TextureUnit | texture | Specifies the texture unit whose coordinates should be modified. The number of texture units is implementation dependent, but must be at least two. Symbolic constant must be one of Texture, where i ranges from 0 to MaxTextureCoords - 1, which is an implementation-dependent value. |
SByte | coords | [length: 3] Specify s, t, r, and q texture coordinates for target texture unit. Not all parameters are present in all forms of the command. |
MultiTexCoord3(TextureUnit, SByte[])
[requires: OES_byte_coordinates] Set the current texture coordinates
Declaration
[AutoGenerated(Category = "OES_byte_coordinates", Version = "", EntryPoint = "glMultiTexCoord3bvOES")]
[CLSCompliant(false)]
public static void MultiTexCoord3(TextureUnit texture, [Count(Count = 3)] sbyte[] coords)
Parameters
Type | Name | Description |
---|---|---|
TextureUnit | texture | Specifies the texture unit whose coordinates should be modified. The number of texture units is implementation dependent, but must be at least two. Symbolic constant must be one of Texture, where i ranges from 0 to MaxTextureCoords - 1, which is an implementation-dependent value. |
SByte[] | coords | [length: 3] Specify s, t, r, and q texture coordinates for target texture unit. Not all parameters are present in all forms of the command. |
MultiTexCoord3x(TextureUnit, Int32*)
[requires: OES_fixed_point]
Declaration
[AutoGenerated(Category = "OES_fixed_point", Version = "", EntryPoint = "glMultiTexCoord3xvOES")]
[CLSCompliant(false)]
public static void MultiTexCoord3x(TextureUnit texture, [Count(Count = 3)] int *coords)
Parameters
Type | Name | Description |
---|---|---|
TextureUnit | texture | |
Int32* | coords | [length: 3] |
MultiTexCoord3x(TextureUnit, Int32, Int32, Int32)
[requires: OES_fixed_point]
Declaration
[AutoGenerated(Category = "OES_fixed_point", Version = "", EntryPoint = "glMultiTexCoord3xOES")]
public static void MultiTexCoord3x(TextureUnit texture, int s, int t, int r)
Parameters
Type | Name | Description |
---|---|---|
TextureUnit | texture | |
Int32 | s | |
Int32 | t | |
Int32 | r |
MultiTexCoord3x(TextureUnit, ref Int32)
[requires: OES_fixed_point]
Declaration
[AutoGenerated(Category = "OES_fixed_point", Version = "", EntryPoint = "glMultiTexCoord3xvOES")]
[CLSCompliant(false)]
public static void MultiTexCoord3x(TextureUnit texture, [Count(Count = 3)] ref int coords)
Parameters
Type | Name | Description |
---|---|---|
TextureUnit | texture | |
Int32 | coords | [length: 3] |
MultiTexCoord3x(TextureUnit, Int32[])
[requires: OES_fixed_point]
Declaration
[AutoGenerated(Category = "OES_fixed_point", Version = "", EntryPoint = "glMultiTexCoord3xvOES")]
[CLSCompliant(false)]
public static void MultiTexCoord3x(TextureUnit texture, [Count(Count = 3)] int[] coords)
Parameters
Type | Name | Description |
---|---|---|
TextureUnit | texture | |
Int32[] | coords | [length: 3] |
MultiTexCoord4(TextureUnit, Byte*)
[requires: OES_byte_coordinates] Set the current texture coordinates
Declaration
[AutoGenerated(Category = "OES_byte_coordinates", Version = "", EntryPoint = "glMultiTexCoord4bvOES")]
[CLSCompliant(false)]
public static void MultiTexCoord4(TextureUnit texture, [Count(Count = 4)] byte *coords)
Parameters
Type | Name | Description |
---|---|---|
TextureUnit | texture | Specifies the texture unit whose coordinates should be modified. The number of texture units is implementation dependent, but must be at least two. Symbolic constant must be one of Texture, where i ranges from 0 to MaxTextureCoords - 1, which is an implementation-dependent value. |
Byte* | coords | [length: 4] Specify s, t, r, and q texture coordinates for target texture unit. Not all parameters are present in all forms of the command. |
MultiTexCoord4(TextureUnit, Byte, Byte, Byte, Byte)
[requires: OES_byte_coordinates] Set the current texture coordinates
Declaration
[AutoGenerated(Category = "OES_byte_coordinates", Version = "", EntryPoint = "glMultiTexCoord4bOES")]
[CLSCompliant(false)]
public static void MultiTexCoord4(TextureUnit texture, byte s, byte t, byte r, byte q)
Parameters
Type | Name | Description |
---|---|---|
TextureUnit | texture | Specifies the texture unit whose coordinates should be modified. The number of texture units is implementation dependent, but must be at least two. Symbolic constant must be one of Texture, where i ranges from 0 to MaxTextureCoords - 1, which is an implementation-dependent value. |
Byte | s | Specify s, t, r, and q texture coordinates for target texture unit. Not all parameters are present in all forms of the command. |
Byte | t | Specify s, t, r, and q texture coordinates for target texture unit. Not all parameters are present in all forms of the command. |
Byte | r | Specify s, t, r, and q texture coordinates for target texture unit. Not all parameters are present in all forms of the command. |
Byte | q | Specify s, t, r, and q texture coordinates for target texture unit. Not all parameters are present in all forms of the command. |
MultiTexCoord4(TextureUnit, ref Byte)
[requires: OES_byte_coordinates] Set the current texture coordinates
Declaration
[AutoGenerated(Category = "OES_byte_coordinates", Version = "", EntryPoint = "glMultiTexCoord4bvOES")]
[CLSCompliant(false)]
public static void MultiTexCoord4(TextureUnit texture, [Count(Count = 4)] ref byte coords)
Parameters
Type | Name | Description |
---|---|---|
TextureUnit | texture | Specifies the texture unit whose coordinates should be modified. The number of texture units is implementation dependent, but must be at least two. Symbolic constant must be one of Texture, where i ranges from 0 to MaxTextureCoords - 1, which is an implementation-dependent value. |
Byte | coords | [length: 4] Specify s, t, r, and q texture coordinates for target texture unit. Not all parameters are present in all forms of the command. |
MultiTexCoord4(TextureUnit, Byte[])
[requires: OES_byte_coordinates] Set the current texture coordinates
Declaration
[AutoGenerated(Category = "OES_byte_coordinates", Version = "", EntryPoint = "glMultiTexCoord4bvOES")]
[CLSCompliant(false)]
public static void MultiTexCoord4(TextureUnit texture, [Count(Count = 4)] byte[] coords)
Parameters
Type | Name | Description |
---|---|---|
TextureUnit | texture | Specifies the texture unit whose coordinates should be modified. The number of texture units is implementation dependent, but must be at least two. Symbolic constant must be one of Texture, where i ranges from 0 to MaxTextureCoords - 1, which is an implementation-dependent value. |
Byte[] | coords | [length: 4] Specify s, t, r, and q texture coordinates for target texture unit. Not all parameters are present in all forms of the command. |
MultiTexCoord4(TextureUnit, SByte*)
[requires: OES_byte_coordinates] Set the current texture coordinates
Declaration
[AutoGenerated(Category = "OES_byte_coordinates", Version = "", EntryPoint = "glMultiTexCoord4bvOES")]
[CLSCompliant(false)]
public static void MultiTexCoord4(TextureUnit texture, [Count(Count = 4)] sbyte *coords)
Parameters
Type | Name | Description |
---|---|---|
TextureUnit | texture | Specifies the texture unit whose coordinates should be modified. The number of texture units is implementation dependent, but must be at least two. Symbolic constant must be one of Texture, where i ranges from 0 to MaxTextureCoords - 1, which is an implementation-dependent value. |
SByte* | coords | [length: 4] Specify s, t, r, and q texture coordinates for target texture unit. Not all parameters are present in all forms of the command. |
MultiTexCoord4(TextureUnit, SByte, SByte, SByte, SByte)
[requires: OES_byte_coordinates] Set the current texture coordinates
Declaration
[AutoGenerated(Category = "OES_byte_coordinates", Version = "", EntryPoint = "glMultiTexCoord4bOES")]
[CLSCompliant(false)]
public static void MultiTexCoord4(TextureUnit texture, sbyte s, sbyte t, sbyte r, sbyte q)
Parameters
Type | Name | Description |
---|---|---|
TextureUnit | texture | Specifies the texture unit whose coordinates should be modified. The number of texture units is implementation dependent, but must be at least two. Symbolic constant must be one of Texture, where i ranges from 0 to MaxTextureCoords - 1, which is an implementation-dependent value. |
SByte | s | Specify s, t, r, and q texture coordinates for target texture unit. Not all parameters are present in all forms of the command. |
SByte | t | Specify s, t, r, and q texture coordinates for target texture unit. Not all parameters are present in all forms of the command. |
SByte | r | Specify s, t, r, and q texture coordinates for target texture unit. Not all parameters are present in all forms of the command. |
SByte | q | Specify s, t, r, and q texture coordinates for target texture unit. Not all parameters are present in all forms of the command. |
MultiTexCoord4(TextureUnit, ref SByte)
[requires: OES_byte_coordinates] Set the current texture coordinates
Declaration
[AutoGenerated(Category = "OES_byte_coordinates", Version = "", EntryPoint = "glMultiTexCoord4bvOES")]
[CLSCompliant(false)]
public static void MultiTexCoord4(TextureUnit texture, [Count(Count = 4)] ref sbyte coords)
Parameters
Type | Name | Description |
---|---|---|
TextureUnit | texture | Specifies the texture unit whose coordinates should be modified. The number of texture units is implementation dependent, but must be at least two. Symbolic constant must be one of Texture, where i ranges from 0 to MaxTextureCoords - 1, which is an implementation-dependent value. |
SByte | coords | [length: 4] Specify s, t, r, and q texture coordinates for target texture unit. Not all parameters are present in all forms of the command. |
MultiTexCoord4(TextureUnit, SByte[])
[requires: OES_byte_coordinates] Set the current texture coordinates
Declaration
[AutoGenerated(Category = "OES_byte_coordinates", Version = "", EntryPoint = "glMultiTexCoord4bvOES")]
[CLSCompliant(false)]
public static void MultiTexCoord4(TextureUnit texture, [Count(Count = 4)] sbyte[] coords)
Parameters
Type | Name | Description |
---|---|---|
TextureUnit | texture | Specifies the texture unit whose coordinates should be modified. The number of texture units is implementation dependent, but must be at least two. Symbolic constant must be one of Texture, where i ranges from 0 to MaxTextureCoords - 1, which is an implementation-dependent value. |
SByte[] | coords | [length: 4] Specify s, t, r, and q texture coordinates for target texture unit. Not all parameters are present in all forms of the command. |
MultiTexCoord4x(TextureUnit, Int32*)
[requires: OES_fixed_point]
Declaration
[AutoGenerated(Category = "OES_fixed_point", Version = "", EntryPoint = "glMultiTexCoord4xvOES")]
[CLSCompliant(false)]
public static void MultiTexCoord4x(TextureUnit texture, [Count(Count = 4)] int *coords)
Parameters
Type | Name | Description |
---|---|---|
TextureUnit | texture | |
Int32* | coords | [length: 4] |
MultiTexCoord4x(TextureUnit, Int32, Int32, Int32, Int32)
[requires: OES_fixed_point]
Declaration
[AutoGenerated(Category = "OES_fixed_point", Version = "", EntryPoint = "glMultiTexCoord4xOES")]
public static void MultiTexCoord4x(TextureUnit texture, int s, int t, int r, int q)
Parameters
Type | Name | Description |
---|---|---|
TextureUnit | texture | |
Int32 | s | |
Int32 | t | |
Int32 | r | |
Int32 | q |
MultiTexCoord4x(TextureUnit, ref Int32)
[requires: OES_fixed_point]
Declaration
[AutoGenerated(Category = "OES_fixed_point", Version = "", EntryPoint = "glMultiTexCoord4xvOES")]
[CLSCompliant(false)]
public static void MultiTexCoord4x(TextureUnit texture, [Count(Count = 4)] ref int coords)
Parameters
Type | Name | Description |
---|---|---|
TextureUnit | texture | |
Int32 | coords | [length: 4] |
MultiTexCoord4x(TextureUnit, Int32[])
[requires: OES_fixed_point]
Declaration
[AutoGenerated(Category = "OES_fixed_point", Version = "", EntryPoint = "glMultiTexCoord4xvOES")]
[CLSCompliant(false)]
public static void MultiTexCoord4x(TextureUnit texture, [Count(Count = 4)] int[] coords)
Parameters
Type | Name | Description |
---|---|---|
TextureUnit | texture | |
Int32[] | coords | [length: 4] |
MultMatrixx(Int32*)
[requires: OES_fixed_point]
Declaration
[AutoGenerated(Category = "OES_fixed_point", Version = "", EntryPoint = "glMultMatrixxOES")]
[CLSCompliant(false)]
public static void MultMatrixx([Count(Count = 16)] int *m)
Parameters
Type | Name | Description |
---|---|---|
Int32* | m | [length: 16] |
MultMatrixx(ref Int32)
[requires: OES_fixed_point]
Declaration
[AutoGenerated(Category = "OES_fixed_point", Version = "", EntryPoint = "glMultMatrixxOES")]
[CLSCompliant(false)]
public static void MultMatrixx([Count(Count = 16)] ref int m)
Parameters
Type | Name | Description |
---|---|---|
Int32 | m | [length: 16] |
MultMatrixx(Int32[])
[requires: OES_fixed_point]
Declaration
[AutoGenerated(Category = "OES_fixed_point", Version = "", EntryPoint = "glMultMatrixxOES")]
[CLSCompliant(false)]
public static void MultMatrixx([Count(Count = 16)] int[] m)
Parameters
Type | Name | Description |
---|---|---|
Int32[] | m | [length: 16] |
MultTransposeMatrixx(Int32*)
[requires: OES_fixed_point]
Declaration
[AutoGenerated(Category = "OES_fixed_point", Version = "", EntryPoint = "glMultTransposeMatrixxOES")]
[CLSCompliant(false)]
public static void MultTransposeMatrixx([Count(Count = 16)] int *m)
Parameters
Type | Name | Description |
---|---|---|
Int32* | m | [length: 16] |
MultTransposeMatrixx(ref Int32)
[requires: OES_fixed_point]
Declaration
[AutoGenerated(Category = "OES_fixed_point", Version = "", EntryPoint = "glMultTransposeMatrixxOES")]
[CLSCompliant(false)]
public static void MultTransposeMatrixx([Count(Count = 16)] ref int m)
Parameters
Type | Name | Description |
---|---|---|
Int32 | m | [length: 16] |
MultTransposeMatrixx(Int32[])
[requires: OES_fixed_point]
Declaration
[AutoGenerated(Category = "OES_fixed_point", Version = "", EntryPoint = "glMultTransposeMatrixxOES")]
[CLSCompliant(false)]
public static void MultTransposeMatrixx([Count(Count = 16)] int[] m)
Parameters
Type | Name | Description |
---|---|---|
Int32[] | m | [length: 16] |
Normal3x(Int32*)
[requires: OES_fixed_point]
Declaration
[AutoGenerated(Category = "OES_fixed_point", Version = "", EntryPoint = "glNormal3xvOES")]
[CLSCompliant(false)]
public static void Normal3x([Count(Count = 3)] int *coords)
Parameters
Type | Name | Description |
---|---|---|
Int32* | coords | [length: 3] |
Normal3x(Int32, Int32, Int32)
[requires: OES_fixed_point]
Declaration
[AutoGenerated(Category = "OES_fixed_point", Version = "", EntryPoint = "glNormal3xOES")]
public static void Normal3x(int nx, int ny, int nz)
Parameters
Type | Name | Description |
---|---|---|
Int32 | nx | |
Int32 | ny | |
Int32 | nz |
Normal3x(ref Int32)
[requires: OES_fixed_point]
Declaration
[AutoGenerated(Category = "OES_fixed_point", Version = "", EntryPoint = "glNormal3xvOES")]
[CLSCompliant(false)]
public static void Normal3x([Count(Count = 3)] ref int coords)
Parameters
Type | Name | Description |
---|---|---|
Int32 | coords | [length: 3] |
Normal3x(Int32[])
[requires: OES_fixed_point]
Declaration
[AutoGenerated(Category = "OES_fixed_point", Version = "", EntryPoint = "glNormal3xvOES")]
[CLSCompliant(false)]
public static void Normal3x([Count(Count = 3)] int[] coords)
Parameters
Type | Name | Description |
---|---|---|
Int32[] | coords | [length: 3] |
Ortho(Single, Single, Single, Single, Single, Single)
[requires: OES_single_precision] Multiply the current matrix with an orthographic matrix
Declaration
[AutoGenerated(Category = "OES_single_precision", Version = "", EntryPoint = "glOrthofOES")]
public static void Ortho(float l, float r, float b, float t, float n, float f)
Parameters
Type | Name | Description |
---|---|---|
Single | l | Specify the coordinates for the left and right vertical clipping planes. |
Single | r | Specify the coordinates for the left and right vertical clipping planes. |
Single | b | Specify the coordinates for the bottom and top horizontal clipping planes. |
Single | t | Specify the coordinates for the bottom and top horizontal clipping planes. |
Single | n | Specify the distances to the nearer and farther depth clipping planes. These values are negative if the plane is to be behind the viewer. |
Single | f | Specify the distances to the nearer and farther depth clipping planes. These values are negative if the plane is to be behind the viewer. |
Orthox(Int32, Int32, Int32, Int32, Int32, Int32)
[requires: OES_fixed_point]
Declaration
[AutoGenerated(Category = "OES_fixed_point", Version = "", EntryPoint = "glOrthoxOES")]
public static void Orthox(int l, int r, int b, int t, int n, int f)
Parameters
Type | Name | Description |
---|---|---|
Int32 | l | |
Int32 | r | |
Int32 | b | |
Int32 | t | |
Int32 | n | |
Int32 | f |
PassThroughx(Int32)
[requires: OES_fixed_point]
Declaration
[AutoGenerated(Category = "OES_fixed_point", Version = "", EntryPoint = "glPassThroughxOES")]
public static void PassThroughx(int token)
Parameters
Type | Name | Description |
---|---|---|
Int32 | token |
PixelTransferx(PixelTransferParameter, Int32)
[requires: OES_fixed_point]
Declaration
[AutoGenerated(Category = "OES_fixed_point", Version = "", EntryPoint = "glPixelTransferxOES")]
public static void PixelTransferx(PixelTransferParameter pname, int param)
Parameters
Type | Name | Description |
---|---|---|
PixelTransferParameter | pname | |
Int32 | param |
PixelZoomx(Int32, Int32)
[requires: OES_fixed_point]
Declaration
[AutoGenerated(Category = "OES_fixed_point", Version = "", EntryPoint = "glPixelZoomxOES")]
public static void PixelZoomx(int xfactor, int yfactor)
Parameters
Type | Name | Description |
---|---|---|
Int32 | xfactor | |
Int32 | yfactor |
PointParameterx(OesFixedPoint, Int32)
[requires: OES_fixed_point]
Declaration
[AutoGenerated(Category = "OES_fixed_point", Version = "", EntryPoint = "glPointParameterxOES")]
public static void PointParameterx(OesFixedPoint pname, int param)
Parameters
Type | Name | Description |
---|---|---|
OesFixedPoint | pname | |
Int32 | param |
PointParameterx(OesFixedPoint, Int32*)
[requires: OES_fixed_point]
Declaration
[AutoGenerated(Category = "OES_fixed_point", Version = "", EntryPoint = "glPointParameterxvOES")]
[CLSCompliant(false)]
public static void PointParameterx(OesFixedPoint pname, [Count(Computed = "pname")] int *params)
Parameters
Type | Name | Description |
---|---|---|
OesFixedPoint | pname | |
Int32* | params |
PointParameterx(OesFixedPoint, Int32[])
[requires: OES_fixed_point]
Declaration
[AutoGenerated(Category = "OES_fixed_point", Version = "", EntryPoint = "glPointParameterxvOES")]
[CLSCompliant(false)]
public static void PointParameterx(OesFixedPoint pname, [Count(Computed = "pname")] int[] params)
Parameters
Type | Name | Description |
---|---|---|
OesFixedPoint | pname | |
Int32[] | params |
PointSizex(Int32)
[requires: OES_fixed_point]
Declaration
[AutoGenerated(Category = "OES_fixed_point", Version = "", EntryPoint = "glPointSizexOES")]
public static void PointSizex(int size)
Parameters
Type | Name | Description |
---|---|---|
Int32 | size |
PolygonOffsetx(Int32, Int32)
[requires: OES_fixed_point]
Declaration
[AutoGenerated(Category = "OES_fixed_point", Version = "", EntryPoint = "glPolygonOffsetxOES")]
public static void PolygonOffsetx(int factor, int units)
Parameters
Type | Name | Description |
---|---|---|
Int32 | factor | |
Int32 | units |
PrioritizeTexturesx(Int32, Int32*, Int32*)
[requires: OES_fixed_point]
Declaration
[AutoGenerated(Category = "OES_fixed_point", Version = "", EntryPoint = "glPrioritizeTexturesxOES")]
[CLSCompliant(false)]
public static void PrioritizeTexturesx(int n, [Count(Parameter = "n")] int *textures, [Count(Parameter = "n")] int *priorities)
Parameters
Type | Name | Description |
---|---|---|
Int32 | n | |
Int32* | textures | [length: n] |
Int32* | priorities | [length: n] |
PrioritizeTexturesx(Int32, ref Int32, ref Int32)
[requires: OES_fixed_point]
Declaration
[AutoGenerated(Category = "OES_fixed_point", Version = "", EntryPoint = "glPrioritizeTexturesxOES")]
[CLSCompliant(false)]
public static void PrioritizeTexturesx(int n, [Count(Parameter = "n")] ref int textures, [Count(Parameter = "n")] ref int priorities)
Parameters
Type | Name | Description |
---|---|---|
Int32 | n | |
Int32 | textures | [length: n] |
Int32 | priorities | [length: n] |
PrioritizeTexturesx(Int32, Int32[], Int32[])
[requires: OES_fixed_point]
Declaration
[AutoGenerated(Category = "OES_fixed_point", Version = "", EntryPoint = "glPrioritizeTexturesxOES")]
[CLSCompliant(false)]
public static void PrioritizeTexturesx(int n, [Count(Parameter = "n")] int[] textures, [Count(Parameter = "n")] int[] priorities)
Parameters
Type | Name | Description |
---|---|---|
Int32 | n | |
Int32[] | textures | [length: n] |
Int32[] | priorities | [length: n] |
PrioritizeTexturesx(Int32, UInt32*, Int32*)
[requires: OES_fixed_point]
Declaration
[AutoGenerated(Category = "OES_fixed_point", Version = "", EntryPoint = "glPrioritizeTexturesxOES")]
[CLSCompliant(false)]
public static void PrioritizeTexturesx(int n, [Count(Parameter = "n")] uint *textures, [Count(Parameter = "n")] int *priorities)
Parameters
Type | Name | Description |
---|---|---|
Int32 | n | |
UInt32* | textures | [length: n] |
Int32* | priorities | [length: n] |
PrioritizeTexturesx(Int32, ref UInt32, ref Int32)
[requires: OES_fixed_point]
Declaration
[AutoGenerated(Category = "OES_fixed_point", Version = "", EntryPoint = "glPrioritizeTexturesxOES")]
[CLSCompliant(false)]
public static void PrioritizeTexturesx(int n, [Count(Parameter = "n")] ref uint textures, [Count(Parameter = "n")] ref int priorities)
Parameters
Type | Name | Description |
---|---|---|
Int32 | n | |
UInt32 | textures | [length: n] |
Int32 | priorities | [length: n] |
PrioritizeTexturesx(Int32, UInt32[], Int32[])
[requires: OES_fixed_point]
Declaration
[AutoGenerated(Category = "OES_fixed_point", Version = "", EntryPoint = "glPrioritizeTexturesxOES")]
[CLSCompliant(false)]
public static void PrioritizeTexturesx(int n, [Count(Parameter = "n")] uint[] textures, [Count(Parameter = "n")] int[] priorities)
Parameters
Type | Name | Description |
---|---|---|
Int32 | n | |
UInt32[] | textures | [length: n] |
Int32[] | priorities | [length: n] |
QueryMatrixx(Int32*, Int32*)
[requires: OES_query_matrix]
Declaration
[AutoGenerated(Category = "OES_query_matrix", Version = "", EntryPoint = "glQueryMatrixxOES")]
[CLSCompliant(false)]
public static int QueryMatrixx([Count(Count = 16)] int *mantissa, [Count(Count = 16)] int *exponent)
Parameters
Type | Name | Description |
---|---|---|
Int32* | mantissa | [length: 16] |
Int32* | exponent | [length: 16] |
Returns
Type | Description |
---|---|
Int32 |
QueryMatrixx(out Int32, out Int32)
[requires: OES_query_matrix]
Declaration
[AutoGenerated(Category = "OES_query_matrix", Version = "", EntryPoint = "glQueryMatrixxOES")]
[CLSCompliant(false)]
public static int QueryMatrixx([Count(Count = 16)] out int mantissa, [Count(Count = 16)] out int exponent)
Parameters
Type | Name | Description |
---|---|---|
Int32 | mantissa | [length: 16] |
Int32 | exponent | [length: 16] |
Returns
Type | Description |
---|---|
Int32 |
QueryMatrixx(Int32[], Int32[])
[requires: OES_query_matrix]
Declaration
[AutoGenerated(Category = "OES_query_matrix", Version = "", EntryPoint = "glQueryMatrixxOES")]
[CLSCompliant(false)]
public static int QueryMatrixx([Count(Count = 16)] int[] mantissa, [Count(Count = 16)] int[] exponent)
Parameters
Type | Name | Description |
---|---|---|
Int32[] | mantissa | [length: 16] |
Int32[] | exponent | [length: 16] |
Returns
Type | Description |
---|---|
Int32 |
RasterPos2x(Int32*)
[requires: OES_fixed_point]
Declaration
[AutoGenerated(Category = "OES_fixed_point", Version = "", EntryPoint = "glRasterPos2xvOES")]
[CLSCompliant(false)]
public static void RasterPos2x([Count(Count = 2)] int *coords)
Parameters
Type | Name | Description |
---|---|---|
Int32* | coords | [length: 2] |
RasterPos2x(Int32, Int32)
[requires: OES_fixed_point]
Declaration
[AutoGenerated(Category = "OES_fixed_point", Version = "", EntryPoint = "glRasterPos2xOES")]
public static void RasterPos2x(int x, int y)
Parameters
Type | Name | Description |
---|---|---|
Int32 | x | |
Int32 | y |
RasterPos2x(ref Int32)
[requires: OES_fixed_point]
Declaration
[AutoGenerated(Category = "OES_fixed_point", Version = "", EntryPoint = "glRasterPos2xvOES")]
[CLSCompliant(false)]
public static void RasterPos2x([Count(Count = 2)] ref int coords)
Parameters
Type | Name | Description |
---|---|---|
Int32 | coords | [length: 2] |
RasterPos2x(Int32[])
[requires: OES_fixed_point]
Declaration
[AutoGenerated(Category = "OES_fixed_point", Version = "", EntryPoint = "glRasterPos2xvOES")]
[CLSCompliant(false)]
public static void RasterPos2x([Count(Count = 2)] int[] coords)
Parameters
Type | Name | Description |
---|---|---|
Int32[] | coords | [length: 2] |
RasterPos3x(Int32*)
[requires: OES_fixed_point]
Declaration
[AutoGenerated(Category = "OES_fixed_point", Version = "", EntryPoint = "glRasterPos3xvOES")]
[CLSCompliant(false)]
public static void RasterPos3x([Count(Count = 3)] int *coords)
Parameters
Type | Name | Description |
---|---|---|
Int32* | coords | [length: 3] |
RasterPos3x(Int32, Int32, Int32)
[requires: OES_fixed_point]
Declaration
[AutoGenerated(Category = "OES_fixed_point", Version = "", EntryPoint = "glRasterPos3xOES")]
public static void RasterPos3x(int x, int y, int z)
Parameters
Type | Name | Description |
---|---|---|
Int32 | x | |
Int32 | y | |
Int32 | z |
RasterPos3x(ref Int32)
[requires: OES_fixed_point]
Declaration
[AutoGenerated(Category = "OES_fixed_point", Version = "", EntryPoint = "glRasterPos3xvOES")]
[CLSCompliant(false)]
public static void RasterPos3x([Count(Count = 3)] ref int coords)
Parameters
Type | Name | Description |
---|---|---|
Int32 | coords | [length: 3] |
RasterPos3x(Int32[])
[requires: OES_fixed_point]
Declaration
[AutoGenerated(Category = "OES_fixed_point", Version = "", EntryPoint = "glRasterPos3xvOES")]
[CLSCompliant(false)]
public static void RasterPos3x([Count(Count = 3)] int[] coords)
Parameters
Type | Name | Description |
---|---|---|
Int32[] | coords | [length: 3] |
RasterPos4x(Int32*)
[requires: OES_fixed_point]
Declaration
[AutoGenerated(Category = "OES_fixed_point", Version = "", EntryPoint = "glRasterPos4xvOES")]
[CLSCompliant(false)]
public static void RasterPos4x([Count(Count = 4)] int *coords)
Parameters
Type | Name | Description |
---|---|---|
Int32* | coords | [length: 4] |
RasterPos4x(Int32, Int32, Int32, Int32)
[requires: OES_fixed_point]
Declaration
[AutoGenerated(Category = "OES_fixed_point", Version = "", EntryPoint = "glRasterPos4xOES")]
public static void RasterPos4x(int x, int y, int z, int w)
Parameters
Type | Name | Description |
---|---|---|
Int32 | x | |
Int32 | y | |
Int32 | z | |
Int32 | w |
RasterPos4x(ref Int32)
[requires: OES_fixed_point]
Declaration
[AutoGenerated(Category = "OES_fixed_point", Version = "", EntryPoint = "glRasterPos4xvOES")]
[CLSCompliant(false)]
public static void RasterPos4x([Count(Count = 4)] ref int coords)
Parameters
Type | Name | Description |
---|---|---|
Int32 | coords | [length: 4] |
RasterPos4x(Int32[])
[requires: OES_fixed_point]
Declaration
[AutoGenerated(Category = "OES_fixed_point", Version = "", EntryPoint = "glRasterPos4xvOES")]
[CLSCompliant(false)]
public static void RasterPos4x([Count(Count = 4)] int[] coords)
Parameters
Type | Name | Description |
---|---|---|
Int32[] | coords | [length: 4] |
Rectx(Int32*, Int32*)
[requires: OES_fixed_point]
Declaration
[AutoGenerated(Category = "OES_fixed_point", Version = "", EntryPoint = "glRectxvOES")]
[CLSCompliant(false)]
public static void Rectx([Count(Count = 2)] int *v1, [Count(Count = 2)] int *v2)
Parameters
Type | Name | Description |
---|---|---|
Int32* | v1 | [length: 2] |
Int32* | v2 | [length: 2] |
Rectx(Int32, Int32, Int32, Int32)
[requires: OES_fixed_point]
Declaration
[AutoGenerated(Category = "OES_fixed_point", Version = "", EntryPoint = "glRectxOES")]
public static void Rectx(int x1, int y1, int x2, int y2)
Parameters
Type | Name | Description |
---|---|---|
Int32 | x1 | |
Int32 | y1 | |
Int32 | x2 | |
Int32 | y2 |
Rectx(ref Int32, ref Int32)
[requires: OES_fixed_point]
Declaration
[AutoGenerated(Category = "OES_fixed_point", Version = "", EntryPoint = "glRectxvOES")]
[CLSCompliant(false)]
public static void Rectx([Count(Count = 2)] ref int v1, [Count(Count = 2)] ref int v2)
Parameters
Type | Name | Description |
---|---|---|
Int32 | v1 | [length: 2] |
Int32 | v2 | [length: 2] |
Rectx(Int32[], Int32[])
[requires: OES_fixed_point]
Declaration
[AutoGenerated(Category = "OES_fixed_point", Version = "", EntryPoint = "glRectxvOES")]
[CLSCompliant(false)]
public static void Rectx([Count(Count = 2)] int[] v1, [Count(Count = 2)] int[] v2)
Parameters
Type | Name | Description |
---|---|---|
Int32[] | v1 | [length: 2] |
Int32[] | v2 | [length: 2] |
Rotatex(Int32, Int32, Int32, Int32)
[requires: OES_fixed_point]
Declaration
[AutoGenerated(Category = "OES_fixed_point", Version = "", EntryPoint = "glRotatexOES")]
public static void Rotatex(int angle, int x, int y, int z)
Parameters
Type | Name | Description |
---|---|---|
Int32 | angle | |
Int32 | x | |
Int32 | y | |
Int32 | z |
SampleCoveragex(Int32, Boolean)
[requires: OES_fixed_point]
Declaration
[AutoGenerated(Category = "OES_fixed_point", Version = "", EntryPoint = "glSampleCoveragexOES")]
public static void SampleCoveragex(int value, bool invert)
Parameters
Type | Name | Description |
---|---|---|
Int32 | value | |
Boolean | invert |
Scalex(Int32, Int32, Int32)
[requires: OES_fixed_point]
Declaration
[AutoGenerated(Category = "OES_fixed_point", Version = "", EntryPoint = "glScalexOES")]
public static void Scalex(int x, int y, int z)
Parameters
Type | Name | Description |
---|---|---|
Int32 | x | |
Int32 | y | |
Int32 | z |
TexCoord1(Byte)
[requires: OES_byte_coordinates] Set the current texture coordinates
Declaration
[AutoGenerated(Category = "OES_byte_coordinates", Version = "", EntryPoint = "glTexCoord1bOES")]
[CLSCompliant(false)]
public static void TexCoord1(byte s)
Parameters
Type | Name | Description |
---|---|---|
Byte | s | Specify s, t, r, and q texture coordinates. Not all parameters are present in all forms of the command. |
TexCoord1(Byte*)
[requires: OES_byte_coordinates] Set the current texture coordinates
Declaration
[AutoGenerated(Category = "OES_byte_coordinates", Version = "", EntryPoint = "glTexCoord1bvOES")]
[CLSCompliant(false)]
public static void TexCoord1([Count(Count = 1)] byte *coords)
Parameters
Type | Name | Description |
---|---|---|
Byte* | coords | [length: 1] Specify s, t, r, and q texture coordinates. Not all parameters are present in all forms of the command. |
TexCoord1(SByte)
[requires: OES_byte_coordinates] Set the current texture coordinates
Declaration
[AutoGenerated(Category = "OES_byte_coordinates", Version = "", EntryPoint = "glTexCoord1bOES")]
[CLSCompliant(false)]
public static void TexCoord1(sbyte s)
Parameters
Type | Name | Description |
---|---|---|
SByte | s | Specify s, t, r, and q texture coordinates. Not all parameters are present in all forms of the command. |
TexCoord1(SByte*)
[requires: OES_byte_coordinates] Set the current texture coordinates
Declaration
[AutoGenerated(Category = "OES_byte_coordinates", Version = "", EntryPoint = "glTexCoord1bvOES")]
[CLSCompliant(false)]
public static void TexCoord1([Count(Count = 1)] sbyte *coords)
Parameters
Type | Name | Description |
---|---|---|
SByte* | coords | [length: 1] Specify s, t, r, and q texture coordinates. Not all parameters are present in all forms of the command. |
TexCoord1x(Int32)
[requires: OES_fixed_point]
Declaration
[AutoGenerated(Category = "OES_fixed_point", Version = "", EntryPoint = "glTexCoord1xOES")]
public static void TexCoord1x(int s)
Parameters
Type | Name | Description |
---|---|---|
Int32 | s |
TexCoord1x(Int32*)
[requires: OES_fixed_point]
Declaration
[AutoGenerated(Category = "OES_fixed_point", Version = "", EntryPoint = "glTexCoord1xvOES")]
[CLSCompliant(false)]
public static void TexCoord1x([Count(Count = 1)] int *coords)
Parameters
Type | Name | Description |
---|---|---|
Int32* | coords | [length: 1] |
TexCoord2(Byte*)
[requires: OES_byte_coordinates] Set the current texture coordinates
Declaration
[AutoGenerated(Category = "OES_byte_coordinates", Version = "", EntryPoint = "glTexCoord2bvOES")]
[CLSCompliant(false)]
public static void TexCoord2([Count(Count = 2)] byte *coords)
Parameters
Type | Name | Description |
---|---|---|
Byte* | coords | [length: 2] Specify s, t, r, and q texture coordinates. Not all parameters are present in all forms of the command. |
TexCoord2(Byte, Byte)
[requires: OES_byte_coordinates] Set the current texture coordinates
Declaration
[AutoGenerated(Category = "OES_byte_coordinates", Version = "", EntryPoint = "glTexCoord2bOES")]
[CLSCompliant(false)]
public static void TexCoord2(byte s, byte t)
Parameters
Type | Name | Description |
---|---|---|
Byte | s | Specify s, t, r, and q texture coordinates. Not all parameters are present in all forms of the command. |
Byte | t | Specify s, t, r, and q texture coordinates. Not all parameters are present in all forms of the command. |
TexCoord2(ref Byte)
[requires: OES_byte_coordinates] Set the current texture coordinates
Declaration
[AutoGenerated(Category = "OES_byte_coordinates", Version = "", EntryPoint = "glTexCoord2bvOES")]
[CLSCompliant(false)]
public static void TexCoord2([Count(Count = 2)] ref byte coords)
Parameters
Type | Name | Description |
---|---|---|
Byte | coords | [length: 2] Specify s, t, r, and q texture coordinates. Not all parameters are present in all forms of the command. |
TexCoord2(Byte[])
[requires: OES_byte_coordinates] Set the current texture coordinates
Declaration
[AutoGenerated(Category = "OES_byte_coordinates", Version = "", EntryPoint = "glTexCoord2bvOES")]
[CLSCompliant(false)]
public static void TexCoord2([Count(Count = 2)] byte[] coords)
Parameters
Type | Name | Description |
---|---|---|
Byte[] | coords | [length: 2] Specify s, t, r, and q texture coordinates. Not all parameters are present in all forms of the command. |
TexCoord2(SByte*)
[requires: OES_byte_coordinates] Set the current texture coordinates
Declaration
[AutoGenerated(Category = "OES_byte_coordinates", Version = "", EntryPoint = "glTexCoord2bvOES")]
[CLSCompliant(false)]
public static void TexCoord2([Count(Count = 2)] sbyte *coords)
Parameters
Type | Name | Description |
---|---|---|
SByte* | coords | [length: 2] Specify s, t, r, and q texture coordinates. Not all parameters are present in all forms of the command. |
TexCoord2(SByte, SByte)
[requires: OES_byte_coordinates] Set the current texture coordinates
Declaration
[AutoGenerated(Category = "OES_byte_coordinates", Version = "", EntryPoint = "glTexCoord2bOES")]
[CLSCompliant(false)]
public static void TexCoord2(sbyte s, sbyte t)
Parameters
Type | Name | Description |
---|---|---|
SByte | s | Specify s, t, r, and q texture coordinates. Not all parameters are present in all forms of the command. |
SByte | t | Specify s, t, r, and q texture coordinates. Not all parameters are present in all forms of the command. |
TexCoord2(ref SByte)
[requires: OES_byte_coordinates] Set the current texture coordinates
Declaration
[AutoGenerated(Category = "OES_byte_coordinates", Version = "", EntryPoint = "glTexCoord2bvOES")]
[CLSCompliant(false)]
public static void TexCoord2([Count(Count = 2)] ref sbyte coords)
Parameters
Type | Name | Description |
---|---|---|
SByte | coords | [length: 2] Specify s, t, r, and q texture coordinates. Not all parameters are present in all forms of the command. |
TexCoord2(SByte[])
[requires: OES_byte_coordinates] Set the current texture coordinates
Declaration
[AutoGenerated(Category = "OES_byte_coordinates", Version = "", EntryPoint = "glTexCoord2bvOES")]
[CLSCompliant(false)]
public static void TexCoord2([Count(Count = 2)] sbyte[] coords)
Parameters
Type | Name | Description |
---|---|---|
SByte[] | coords | [length: 2] Specify s, t, r, and q texture coordinates. Not all parameters are present in all forms of the command. |
TexCoord2x(Int32*)
[requires: OES_fixed_point]
Declaration
[AutoGenerated(Category = "OES_fixed_point", Version = "", EntryPoint = "glTexCoord2xvOES")]
[CLSCompliant(false)]
public static void TexCoord2x([Count(Count = 2)] int *coords)
Parameters
Type | Name | Description |
---|---|---|
Int32* | coords | [length: 2] |
TexCoord2x(Int32, Int32)
[requires: OES_fixed_point]
Declaration
[AutoGenerated(Category = "OES_fixed_point", Version = "", EntryPoint = "glTexCoord2xOES")]
public static void TexCoord2x(int s, int t)
Parameters
Type | Name | Description |
---|---|---|
Int32 | s | |
Int32 | t |
TexCoord2x(ref Int32)
[requires: OES_fixed_point]
Declaration
[AutoGenerated(Category = "OES_fixed_point", Version = "", EntryPoint = "glTexCoord2xvOES")]
[CLSCompliant(false)]
public static void TexCoord2x([Count(Count = 2)] ref int coords)
Parameters
Type | Name | Description |
---|---|---|
Int32 | coords | [length: 2] |
TexCoord2x(Int32[])
[requires: OES_fixed_point]
Declaration
[AutoGenerated(Category = "OES_fixed_point", Version = "", EntryPoint = "glTexCoord2xvOES")]
[CLSCompliant(false)]
public static void TexCoord2x([Count(Count = 2)] int[] coords)
Parameters
Type | Name | Description |
---|---|---|
Int32[] | coords | [length: 2] |
TexCoord3(Byte*)
[requires: OES_byte_coordinates] Set the current texture coordinates
Declaration
[AutoGenerated(Category = "OES_byte_coordinates", Version = "", EntryPoint = "glTexCoord3bvOES")]
[CLSCompliant(false)]
public static void TexCoord3([Count(Count = 3)] byte *coords)
Parameters
Type | Name | Description |
---|---|---|
Byte* | coords | [length: 3] Specify s, t, r, and q texture coordinates. Not all parameters are present in all forms of the command. |
TexCoord3(Byte, Byte, Byte)
[requires: OES_byte_coordinates] Set the current texture coordinates
Declaration
[AutoGenerated(Category = "OES_byte_coordinates", Version = "", EntryPoint = "glTexCoord3bOES")]
[CLSCompliant(false)]
public static void TexCoord3(byte s, byte t, byte r)
Parameters
Type | Name | Description |
---|---|---|
Byte | s | Specify s, t, r, and q texture coordinates. Not all parameters are present in all forms of the command. |
Byte | t | Specify s, t, r, and q texture coordinates. Not all parameters are present in all forms of the command. |
Byte | r | Specify s, t, r, and q texture coordinates. Not all parameters are present in all forms of the command. |
TexCoord3(ref Byte)
[requires: OES_byte_coordinates] Set the current texture coordinates
Declaration
[AutoGenerated(Category = "OES_byte_coordinates", Version = "", EntryPoint = "glTexCoord3bvOES")]
[CLSCompliant(false)]
public static void TexCoord3([Count(Count = 3)] ref byte coords)
Parameters
Type | Name | Description |
---|---|---|
Byte | coords | [length: 3] Specify s, t, r, and q texture coordinates. Not all parameters are present in all forms of the command. |
TexCoord3(Byte[])
[requires: OES_byte_coordinates] Set the current texture coordinates
Declaration
[AutoGenerated(Category = "OES_byte_coordinates", Version = "", EntryPoint = "glTexCoord3bvOES")]
[CLSCompliant(false)]
public static void TexCoord3([Count(Count = 3)] byte[] coords)
Parameters
Type | Name | Description |
---|---|---|
Byte[] | coords | [length: 3] Specify s, t, r, and q texture coordinates. Not all parameters are present in all forms of the command. |
TexCoord3(SByte*)
[requires: OES_byte_coordinates] Set the current texture coordinates
Declaration
[AutoGenerated(Category = "OES_byte_coordinates", Version = "", EntryPoint = "glTexCoord3bvOES")]
[CLSCompliant(false)]
public static void TexCoord3([Count(Count = 3)] sbyte *coords)
Parameters
Type | Name | Description |
---|---|---|
SByte* | coords | [length: 3] Specify s, t, r, and q texture coordinates. Not all parameters are present in all forms of the command. |
TexCoord3(SByte, SByte, SByte)
[requires: OES_byte_coordinates] Set the current texture coordinates
Declaration
[AutoGenerated(Category = "OES_byte_coordinates", Version = "", EntryPoint = "glTexCoord3bOES")]
[CLSCompliant(false)]
public static void TexCoord3(sbyte s, sbyte t, sbyte r)
Parameters
Type | Name | Description |
---|---|---|
SByte | s | Specify s, t, r, and q texture coordinates. Not all parameters are present in all forms of the command. |
SByte | t | Specify s, t, r, and q texture coordinates. Not all parameters are present in all forms of the command. |
SByte | r | Specify s, t, r, and q texture coordinates. Not all parameters are present in all forms of the command. |
TexCoord3(ref SByte)
[requires: OES_byte_coordinates] Set the current texture coordinates
Declaration
[AutoGenerated(Category = "OES_byte_coordinates", Version = "", EntryPoint = "glTexCoord3bvOES")]
[CLSCompliant(false)]
public static void TexCoord3([Count(Count = 3)] ref sbyte coords)
Parameters
Type | Name | Description |
---|---|---|
SByte | coords | [length: 3] Specify s, t, r, and q texture coordinates. Not all parameters are present in all forms of the command. |
TexCoord3(SByte[])
[requires: OES_byte_coordinates] Set the current texture coordinates
Declaration
[AutoGenerated(Category = "OES_byte_coordinates", Version = "", EntryPoint = "glTexCoord3bvOES")]
[CLSCompliant(false)]
public static void TexCoord3([Count(Count = 3)] sbyte[] coords)
Parameters
Type | Name | Description |
---|---|---|
SByte[] | coords | [length: 3] Specify s, t, r, and q texture coordinates. Not all parameters are present in all forms of the command. |
TexCoord3x(Int32*)
[requires: OES_fixed_point]
Declaration
[AutoGenerated(Category = "OES_fixed_point", Version = "", EntryPoint = "glTexCoord3xvOES")]
[CLSCompliant(false)]
public static void TexCoord3x([Count(Count = 3)] int *coords)
Parameters
Type | Name | Description |
---|---|---|
Int32* | coords | [length: 3] |
TexCoord3x(Int32, Int32, Int32)
[requires: OES_fixed_point]
Declaration
[AutoGenerated(Category = "OES_fixed_point", Version = "", EntryPoint = "glTexCoord3xOES")]
public static void TexCoord3x(int s, int t, int r)
Parameters
Type | Name | Description |
---|---|---|
Int32 | s | |
Int32 | t | |
Int32 | r |
TexCoord3x(ref Int32)
[requires: OES_fixed_point]
Declaration
[AutoGenerated(Category = "OES_fixed_point", Version = "", EntryPoint = "glTexCoord3xvOES")]
[CLSCompliant(false)]
public static void TexCoord3x([Count(Count = 3)] ref int coords)
Parameters
Type | Name | Description |
---|---|---|
Int32 | coords | [length: 3] |
TexCoord3x(Int32[])
[requires: OES_fixed_point]
Declaration
[AutoGenerated(Category = "OES_fixed_point", Version = "", EntryPoint = "glTexCoord3xvOES")]
[CLSCompliant(false)]
public static void TexCoord3x([Count(Count = 3)] int[] coords)
Parameters
Type | Name | Description |
---|---|---|
Int32[] | coords | [length: 3] |
TexCoord4(Byte*)
[requires: OES_byte_coordinates] Set the current texture coordinates
Declaration
[AutoGenerated(Category = "OES_byte_coordinates", Version = "", EntryPoint = "glTexCoord4bvOES")]
[CLSCompliant(false)]
public static void TexCoord4([Count(Count = 4)] byte *coords)
Parameters
Type | Name | Description |
---|---|---|
Byte* | coords | [length: 4] Specify s, t, r, and q texture coordinates. Not all parameters are present in all forms of the command. |
TexCoord4(Byte, Byte, Byte, Byte)
[requires: OES_byte_coordinates] Set the current texture coordinates
Declaration
[AutoGenerated(Category = "OES_byte_coordinates", Version = "", EntryPoint = "glTexCoord4bOES")]
[CLSCompliant(false)]
public static void TexCoord4(byte s, byte t, byte r, byte q)
Parameters
Type | Name | Description |
---|---|---|
Byte | s | Specify s, t, r, and q texture coordinates. Not all parameters are present in all forms of the command. |
Byte | t | Specify s, t, r, and q texture coordinates. Not all parameters are present in all forms of the command. |
Byte | r | Specify s, t, r, and q texture coordinates. Not all parameters are present in all forms of the command. |
Byte | q | Specify s, t, r, and q texture coordinates. Not all parameters are present in all forms of the command. |
TexCoord4(ref Byte)
[requires: OES_byte_coordinates] Set the current texture coordinates
Declaration
[AutoGenerated(Category = "OES_byte_coordinates", Version = "", EntryPoint = "glTexCoord4bvOES")]
[CLSCompliant(false)]
public static void TexCoord4([Count(Count = 4)] ref byte coords)
Parameters
Type | Name | Description |
---|---|---|
Byte | coords | [length: 4] Specify s, t, r, and q texture coordinates. Not all parameters are present in all forms of the command. |
TexCoord4(Byte[])
[requires: OES_byte_coordinates] Set the current texture coordinates
Declaration
[AutoGenerated(Category = "OES_byte_coordinates", Version = "", EntryPoint = "glTexCoord4bvOES")]
[CLSCompliant(false)]
public static void TexCoord4([Count(Count = 4)] byte[] coords)
Parameters
Type | Name | Description |
---|---|---|
Byte[] | coords | [length: 4] Specify s, t, r, and q texture coordinates. Not all parameters are present in all forms of the command. |
TexCoord4(SByte*)
[requires: OES_byte_coordinates] Set the current texture coordinates
Declaration
[AutoGenerated(Category = "OES_byte_coordinates", Version = "", EntryPoint = "glTexCoord4bvOES")]
[CLSCompliant(false)]
public static void TexCoord4([Count(Count = 4)] sbyte *coords)
Parameters
Type | Name | Description |
---|---|---|
SByte* | coords | [length: 4] Specify s, t, r, and q texture coordinates. Not all parameters are present in all forms of the command. |
TexCoord4(SByte, SByte, SByte, SByte)
[requires: OES_byte_coordinates] Set the current texture coordinates
Declaration
[AutoGenerated(Category = "OES_byte_coordinates", Version = "", EntryPoint = "glTexCoord4bOES")]
[CLSCompliant(false)]
public static void TexCoord4(sbyte s, sbyte t, sbyte r, sbyte q)
Parameters
Type | Name | Description |
---|---|---|
SByte | s | Specify s, t, r, and q texture coordinates. Not all parameters are present in all forms of the command. |
SByte | t | Specify s, t, r, and q texture coordinates. Not all parameters are present in all forms of the command. |
SByte | r | Specify s, t, r, and q texture coordinates. Not all parameters are present in all forms of the command. |
SByte | q | Specify s, t, r, and q texture coordinates. Not all parameters are present in all forms of the command. |
TexCoord4(ref SByte)
[requires: OES_byte_coordinates] Set the current texture coordinates
Declaration
[AutoGenerated(Category = "OES_byte_coordinates", Version = "", EntryPoint = "glTexCoord4bvOES")]
[CLSCompliant(false)]
public static void TexCoord4([Count(Count = 4)] ref sbyte coords)
Parameters
Type | Name | Description |
---|---|---|
SByte | coords | [length: 4] Specify s, t, r, and q texture coordinates. Not all parameters are present in all forms of the command. |
TexCoord4(SByte[])
[requires: OES_byte_coordinates] Set the current texture coordinates
Declaration
[AutoGenerated(Category = "OES_byte_coordinates", Version = "", EntryPoint = "glTexCoord4bvOES")]
[CLSCompliant(false)]
public static void TexCoord4([Count(Count = 4)] sbyte[] coords)
Parameters
Type | Name | Description |
---|---|---|
SByte[] | coords | [length: 4] Specify s, t, r, and q texture coordinates. Not all parameters are present in all forms of the command. |
TexCoord4x(Int32*)
[requires: OES_fixed_point]
Declaration
[AutoGenerated(Category = "OES_fixed_point", Version = "", EntryPoint = "glTexCoord4xvOES")]
[CLSCompliant(false)]
public static void TexCoord4x([Count(Count = 4)] int *coords)
Parameters
Type | Name | Description |
---|---|---|
Int32* | coords | [length: 4] |
TexCoord4x(Int32, Int32, Int32, Int32)
[requires: OES_fixed_point]
Declaration
[AutoGenerated(Category = "OES_fixed_point", Version = "", EntryPoint = "glTexCoord4xOES")]
public static void TexCoord4x(int s, int t, int r, int q)
Parameters
Type | Name | Description |
---|---|---|
Int32 | s | |
Int32 | t | |
Int32 | r | |
Int32 | q |
TexCoord4x(ref Int32)
[requires: OES_fixed_point]
Declaration
[AutoGenerated(Category = "OES_fixed_point", Version = "", EntryPoint = "glTexCoord4xvOES")]
[CLSCompliant(false)]
public static void TexCoord4x([Count(Count = 4)] ref int coords)
Parameters
Type | Name | Description |
---|---|---|
Int32 | coords | [length: 4] |
TexCoord4x(Int32[])
[requires: OES_fixed_point]
Declaration
[AutoGenerated(Category = "OES_fixed_point", Version = "", EntryPoint = "glTexCoord4xvOES")]
[CLSCompliant(false)]
public static void TexCoord4x([Count(Count = 4)] int[] coords)
Parameters
Type | Name | Description |
---|---|---|
Int32[] | coords | [length: 4] |
TexEnvx(TextureEnvTarget, TextureEnvParameter, Int32)
[requires: OES_fixed_point]
Declaration
[AutoGenerated(Category = "OES_fixed_point", Version = "", EntryPoint = "glTexEnvxOES")]
public static void TexEnvx(TextureEnvTarget target, TextureEnvParameter pname, int param)
Parameters
Type | Name | Description |
---|---|---|
TextureEnvTarget | target | |
TextureEnvParameter | pname | |
Int32 | param |
TexEnvx(TextureEnvTarget, TextureEnvParameter, Int32*)
[requires: OES_fixed_point]
Declaration
[AutoGenerated(Category = "OES_fixed_point", Version = "", EntryPoint = "glTexEnvxvOES")]
[CLSCompliant(false)]
public static void TexEnvx(TextureEnvTarget target, TextureEnvParameter pname, [Count(Computed = "pname")] int *params)
Parameters
Type | Name | Description |
---|---|---|
TextureEnvTarget | target | |
TextureEnvParameter | pname | |
Int32* | params |
TexEnvx(TextureEnvTarget, TextureEnvParameter, Int32[])
[requires: OES_fixed_point]
Declaration
[AutoGenerated(Category = "OES_fixed_point", Version = "", EntryPoint = "glTexEnvxvOES")]
[CLSCompliant(false)]
public static void TexEnvx(TextureEnvTarget target, TextureEnvParameter pname, [Count(Computed = "pname")] int[] params)
Parameters
Type | Name | Description |
---|---|---|
TextureEnvTarget | target | |
TextureEnvParameter | pname | |
Int32[] | params |
TexGenx(TextureCoordName, TextureGenParameter, Int32)
[requires: OES_fixed_point]
Declaration
[AutoGenerated(Category = "OES_fixed_point", Version = "", EntryPoint = "glTexGenxOES")]
public static void TexGenx(TextureCoordName coord, TextureGenParameter pname, int param)
Parameters
Type | Name | Description |
---|---|---|
TextureCoordName | coord | |
TextureGenParameter | pname | |
Int32 | param |
TexGenx(TextureCoordName, TextureGenParameter, Int32*)
[requires: OES_fixed_point]
Declaration
[AutoGenerated(Category = "OES_fixed_point", Version = "", EntryPoint = "glTexGenxvOES")]
[CLSCompliant(false)]
public static void TexGenx(TextureCoordName coord, TextureGenParameter pname, [Count(Computed = "pname")] int *params)
Parameters
Type | Name | Description |
---|---|---|
TextureCoordName | coord | |
TextureGenParameter | pname | |
Int32* | params |
TexGenx(TextureCoordName, TextureGenParameter, Int32[])
[requires: OES_fixed_point]
Declaration
[AutoGenerated(Category = "OES_fixed_point", Version = "", EntryPoint = "glTexGenxvOES")]
[CLSCompliant(false)]
public static void TexGenx(TextureCoordName coord, TextureGenParameter pname, [Count(Computed = "pname")] int[] params)
Parameters
Type | Name | Description |
---|---|---|
TextureCoordName | coord | |
TextureGenParameter | pname | |
Int32[] | params |
TexParameterx(TextureTarget, GetTextureParameter, Int32)
[requires: OES_fixed_point]
Declaration
[AutoGenerated(Category = "OES_fixed_point", Version = "", EntryPoint = "glTexParameterxOES")]
public static void TexParameterx(TextureTarget target, GetTextureParameter pname, int param)
Parameters
Type | Name | Description |
---|---|---|
TextureTarget | target | |
GetTextureParameter | pname | |
Int32 | param |
TexParameterx(TextureTarget, GetTextureParameter, Int32*)
[requires: OES_fixed_point]
Declaration
[AutoGenerated(Category = "OES_fixed_point", Version = "", EntryPoint = "glTexParameterxvOES")]
[CLSCompliant(false)]
public static void TexParameterx(TextureTarget target, GetTextureParameter pname, [Count(Computed = "pname")] int *params)
Parameters
Type | Name | Description |
---|---|---|
TextureTarget | target | |
GetTextureParameter | pname | |
Int32* | params |
TexParameterx(TextureTarget, GetTextureParameter, Int32[])
[requires: OES_fixed_point]
Declaration
[AutoGenerated(Category = "OES_fixed_point", Version = "", EntryPoint = "glTexParameterxvOES")]
[CLSCompliant(false)]
public static void TexParameterx(TextureTarget target, GetTextureParameter pname, [Count(Computed = "pname")] int[] params)
Parameters
Type | Name | Description |
---|---|---|
TextureTarget | target | |
GetTextureParameter | pname | |
Int32[] | params |
Translatex(Int32, Int32, Int32)
[requires: OES_fixed_point]
Declaration
[AutoGenerated(Category = "OES_fixed_point", Version = "", EntryPoint = "glTranslatexOES")]
public static void Translatex(int x, int y, int z)
Parameters
Type | Name | Description |
---|---|---|
Int32 | x | |
Int32 | y | |
Int32 | z |
Vertex2(Byte*)
[requires: OES_byte_coordinates] Specify a vertex
Declaration
[AutoGenerated(Category = "OES_byte_coordinates", Version = "", EntryPoint = "glVertex2bvOES")]
[CLSCompliant(false)]
public static void Vertex2([Count(Count = 2)] byte *coords)
Parameters
Type | Name | Description |
---|---|---|
Byte* | coords | [length: 2] Specify x, y, z, and w coordinates of a vertex. Not all parameters are present in all forms of the command. |
Vertex2(Byte, Byte)
[requires: OES_byte_coordinates] Specify a vertex
Declaration
[AutoGenerated(Category = "OES_byte_coordinates", Version = "", EntryPoint = "glVertex2bOES")]
[CLSCompliant(false)]
public static void Vertex2(byte x, byte y)
Parameters
Type | Name | Description |
---|---|---|
Byte | x | Specify x, y, z, and w coordinates of a vertex. Not all parameters are present in all forms of the command. |
Byte | y | Specify x, y, z, and w coordinates of a vertex. Not all parameters are present in all forms of the command. |
Vertex2(ref Byte)
[requires: OES_byte_coordinates] Specify a vertex
Declaration
[AutoGenerated(Category = "OES_byte_coordinates", Version = "", EntryPoint = "glVertex2bvOES")]
[CLSCompliant(false)]
public static void Vertex2([Count(Count = 2)] ref byte coords)
Parameters
Type | Name | Description |
---|---|---|
Byte | coords | [length: 2] Specify x, y, z, and w coordinates of a vertex. Not all parameters are present in all forms of the command. |
Vertex2(Byte[])
[requires: OES_byte_coordinates] Specify a vertex
Declaration
[AutoGenerated(Category = "OES_byte_coordinates", Version = "", EntryPoint = "glVertex2bvOES")]
[CLSCompliant(false)]
public static void Vertex2([Count(Count = 2)] byte[] coords)
Parameters
Type | Name | Description |
---|---|---|
Byte[] | coords | [length: 2] Specify x, y, z, and w coordinates of a vertex. Not all parameters are present in all forms of the command. |
Vertex2(SByte*)
[requires: OES_byte_coordinates] Specify a vertex
Declaration
[AutoGenerated(Category = "OES_byte_coordinates", Version = "", EntryPoint = "glVertex2bvOES")]
[CLSCompliant(false)]
public static void Vertex2([Count(Count = 2)] sbyte *coords)
Parameters
Type | Name | Description |
---|---|---|
SByte* | coords | [length: 2] Specify x, y, z, and w coordinates of a vertex. Not all parameters are present in all forms of the command. |
Vertex2(SByte, SByte)
[requires: OES_byte_coordinates] Specify a vertex
Declaration
[AutoGenerated(Category = "OES_byte_coordinates", Version = "", EntryPoint = "glVertex2bOES")]
[CLSCompliant(false)]
public static void Vertex2(sbyte x, sbyte y)
Parameters
Type | Name | Description |
---|---|---|
SByte | x | Specify x, y, z, and w coordinates of a vertex. Not all parameters are present in all forms of the command. |
SByte | y | Specify x, y, z, and w coordinates of a vertex. Not all parameters are present in all forms of the command. |
Vertex2(ref SByte)
[requires: OES_byte_coordinates] Specify a vertex
Declaration
[AutoGenerated(Category = "OES_byte_coordinates", Version = "", EntryPoint = "glVertex2bvOES")]
[CLSCompliant(false)]
public static void Vertex2([Count(Count = 2)] ref sbyte coords)
Parameters
Type | Name | Description |
---|---|---|
SByte | coords | [length: 2] Specify x, y, z, and w coordinates of a vertex. Not all parameters are present in all forms of the command. |
Vertex2(SByte[])
[requires: OES_byte_coordinates] Specify a vertex
Declaration
[AutoGenerated(Category = "OES_byte_coordinates", Version = "", EntryPoint = "glVertex2bvOES")]
[CLSCompliant(false)]
public static void Vertex2([Count(Count = 2)] sbyte[] coords)
Parameters
Type | Name | Description |
---|---|---|
SByte[] | coords | [length: 2] Specify x, y, z, and w coordinates of a vertex. Not all parameters are present in all forms of the command. |
Vertex2x(Int32)
[requires: OES_fixed_point]
Declaration
[AutoGenerated(Category = "OES_fixed_point", Version = "", EntryPoint = "glVertex2xOES")]
public static void Vertex2x(int x)
Parameters
Type | Name | Description |
---|---|---|
Int32 | x |
Vertex2x(Int32*)
[requires: OES_fixed_point]
Declaration
[AutoGenerated(Category = "OES_fixed_point", Version = "", EntryPoint = "glVertex2xvOES")]
[CLSCompliant(false)]
public static void Vertex2x([Count(Count = 2)] int *coords)
Parameters
Type | Name | Description |
---|---|---|
Int32* | coords | [length: 2] |
Vertex2x(Int32[])
[requires: OES_fixed_point]
Declaration
[AutoGenerated(Category = "OES_fixed_point", Version = "", EntryPoint = "glVertex2xvOES")]
[CLSCompliant(false)]
public static void Vertex2x([Count(Count = 2)] int[] coords)
Parameters
Type | Name | Description |
---|---|---|
Int32[] | coords | [length: 2] |
Vertex3(Byte*)
[requires: OES_byte_coordinates] Specify a vertex
Declaration
[AutoGenerated(Category = "OES_byte_coordinates", Version = "", EntryPoint = "glVertex3bvOES")]
[CLSCompliant(false)]
public static void Vertex3([Count(Count = 3)] byte *coords)
Parameters
Type | Name | Description |
---|---|---|
Byte* | coords | [length: 3] Specify x, y, z, and w coordinates of a vertex. Not all parameters are present in all forms of the command. |
Vertex3(Byte, Byte, Byte)
[requires: OES_byte_coordinates] Specify a vertex
Declaration
[AutoGenerated(Category = "OES_byte_coordinates", Version = "", EntryPoint = "glVertex3bOES")]
[CLSCompliant(false)]
public static void Vertex3(byte x, byte y, byte z)
Parameters
Type | Name | Description |
---|---|---|
Byte | x | Specify x, y, z, and w coordinates of a vertex. Not all parameters are present in all forms of the command. |
Byte | y | Specify x, y, z, and w coordinates of a vertex. Not all parameters are present in all forms of the command. |
Byte | z | Specify x, y, z, and w coordinates of a vertex. Not all parameters are present in all forms of the command. |
Vertex3(ref Byte)
[requires: OES_byte_coordinates] Specify a vertex
Declaration
[AutoGenerated(Category = "OES_byte_coordinates", Version = "", EntryPoint = "glVertex3bvOES")]
[CLSCompliant(false)]
public static void Vertex3([Count(Count = 3)] ref byte coords)
Parameters
Type | Name | Description |
---|---|---|
Byte | coords | [length: 3] Specify x, y, z, and w coordinates of a vertex. Not all parameters are present in all forms of the command. |
Vertex3(Byte[])
[requires: OES_byte_coordinates] Specify a vertex
Declaration
[AutoGenerated(Category = "OES_byte_coordinates", Version = "", EntryPoint = "glVertex3bvOES")]
[CLSCompliant(false)]
public static void Vertex3([Count(Count = 3)] byte[] coords)
Parameters
Type | Name | Description |
---|---|---|
Byte[] | coords | [length: 3] Specify x, y, z, and w coordinates of a vertex. Not all parameters are present in all forms of the command. |
Vertex3(SByte*)
[requires: OES_byte_coordinates] Specify a vertex
Declaration
[AutoGenerated(Category = "OES_byte_coordinates", Version = "", EntryPoint = "glVertex3bvOES")]
[CLSCompliant(false)]
public static void Vertex3([Count(Count = 3)] sbyte *coords)
Parameters
Type | Name | Description |
---|---|---|
SByte* | coords | [length: 3] Specify x, y, z, and w coordinates of a vertex. Not all parameters are present in all forms of the command. |
Vertex3(SByte, SByte, SByte)
[requires: OES_byte_coordinates] Specify a vertex
Declaration
[AutoGenerated(Category = "OES_byte_coordinates", Version = "", EntryPoint = "glVertex3bOES")]
[CLSCompliant(false)]
public static void Vertex3(sbyte x, sbyte y, sbyte z)
Parameters
Type | Name | Description |
---|---|---|
SByte | x | Specify x, y, z, and w coordinates of a vertex. Not all parameters are present in all forms of the command. |
SByte | y | Specify x, y, z, and w coordinates of a vertex. Not all parameters are present in all forms of the command. |
SByte | z | Specify x, y, z, and w coordinates of a vertex. Not all parameters are present in all forms of the command. |
Vertex3(ref SByte)
[requires: OES_byte_coordinates] Specify a vertex
Declaration
[AutoGenerated(Category = "OES_byte_coordinates", Version = "", EntryPoint = "glVertex3bvOES")]
[CLSCompliant(false)]
public static void Vertex3([Count(Count = 3)] ref sbyte coords)
Parameters
Type | Name | Description |
---|---|---|
SByte | coords | [length: 3] Specify x, y, z, and w coordinates of a vertex. Not all parameters are present in all forms of the command. |
Vertex3(SByte[])
[requires: OES_byte_coordinates] Specify a vertex
Declaration
[AutoGenerated(Category = "OES_byte_coordinates", Version = "", EntryPoint = "glVertex3bvOES")]
[CLSCompliant(false)]
public static void Vertex3([Count(Count = 3)] sbyte[] coords)
Parameters
Type | Name | Description |
---|---|---|
SByte[] | coords | [length: 3] Specify x, y, z, and w coordinates of a vertex. Not all parameters are present in all forms of the command. |
Vertex3x(Int32*)
[requires: OES_fixed_point]
Declaration
[AutoGenerated(Category = "OES_fixed_point", Version = "", EntryPoint = "glVertex3xvOES")]
[CLSCompliant(false)]
public static void Vertex3x([Count(Count = 3)] int *coords)
Parameters
Type | Name | Description |
---|---|---|
Int32* | coords | [length: 3] |
Vertex3x(Int32, Int32)
[requires: OES_fixed_point]
Declaration
[AutoGenerated(Category = "OES_fixed_point", Version = "", EntryPoint = "glVertex3xOES")]
public static void Vertex3x(int x, int y)
Parameters
Type | Name | Description |
---|---|---|
Int32 | x | |
Int32 | y |
Vertex3x(ref Int32)
[requires: OES_fixed_point]
Declaration
[AutoGenerated(Category = "OES_fixed_point", Version = "", EntryPoint = "glVertex3xvOES")]
[CLSCompliant(false)]
public static void Vertex3x([Count(Count = 3)] ref int coords)
Parameters
Type | Name | Description |
---|---|---|
Int32 | coords | [length: 3] |
Vertex3x(Int32[])
[requires: OES_fixed_point]
Declaration
[AutoGenerated(Category = "OES_fixed_point", Version = "", EntryPoint = "glVertex3xvOES")]
[CLSCompliant(false)]
public static void Vertex3x([Count(Count = 3)] int[] coords)
Parameters
Type | Name | Description |
---|---|---|
Int32[] | coords | [length: 3] |
Vertex4(Byte*)
[requires: OES_byte_coordinates] Specify a vertex
Declaration
[AutoGenerated(Category = "OES_byte_coordinates", Version = "", EntryPoint = "glVertex4bvOES")]
[CLSCompliant(false)]
public static void Vertex4([Count(Count = 4)] byte *coords)
Parameters
Type | Name | Description |
---|---|---|
Byte* | coords | [length: 4] Specify x, y, z, and w coordinates of a vertex. Not all parameters are present in all forms of the command. |
Vertex4(Byte, Byte, Byte, Byte)
[requires: OES_byte_coordinates] Specify a vertex
Declaration
[AutoGenerated(Category = "OES_byte_coordinates", Version = "", EntryPoint = "glVertex4bOES")]
[CLSCompliant(false)]
public static void Vertex4(byte x, byte y, byte z, byte w)
Parameters
Type | Name | Description |
---|---|---|
Byte | x | Specify x, y, z, and w coordinates of a vertex. Not all parameters are present in all forms of the command. |
Byte | y | Specify x, y, z, and w coordinates of a vertex. Not all parameters are present in all forms of the command. |
Byte | z | Specify x, y, z, and w coordinates of a vertex. Not all parameters are present in all forms of the command. |
Byte | w | Specify x, y, z, and w coordinates of a vertex. Not all parameters are present in all forms of the command. |
Vertex4(ref Byte)
[requires: OES_byte_coordinates] Specify a vertex
Declaration
[AutoGenerated(Category = "OES_byte_coordinates", Version = "", EntryPoint = "glVertex4bvOES")]
[CLSCompliant(false)]
public static void Vertex4([Count(Count = 4)] ref byte coords)
Parameters
Type | Name | Description |
---|---|---|
Byte | coords | [length: 4] Specify x, y, z, and w coordinates of a vertex. Not all parameters are present in all forms of the command. |
Vertex4(Byte[])
[requires: OES_byte_coordinates] Specify a vertex
Declaration
[AutoGenerated(Category = "OES_byte_coordinates", Version = "", EntryPoint = "glVertex4bvOES")]
[CLSCompliant(false)]
public static void Vertex4([Count(Count = 4)] byte[] coords)
Parameters
Type | Name | Description |
---|---|---|
Byte[] | coords | [length: 4] Specify x, y, z, and w coordinates of a vertex. Not all parameters are present in all forms of the command. |
Vertex4(SByte*)
[requires: OES_byte_coordinates] Specify a vertex
Declaration
[AutoGenerated(Category = "OES_byte_coordinates", Version = "", EntryPoint = "glVertex4bvOES")]
[CLSCompliant(false)]
public static void Vertex4([Count(Count = 4)] sbyte *coords)
Parameters
Type | Name | Description |
---|---|---|
SByte* | coords | [length: 4] Specify x, y, z, and w coordinates of a vertex. Not all parameters are present in all forms of the command. |
Vertex4(SByte, SByte, SByte, SByte)
[requires: OES_byte_coordinates] Specify a vertex
Declaration
[AutoGenerated(Category = "OES_byte_coordinates", Version = "", EntryPoint = "glVertex4bOES")]
[CLSCompliant(false)]
public static void Vertex4(sbyte x, sbyte y, sbyte z, sbyte w)
Parameters
Type | Name | Description |
---|---|---|
SByte | x | Specify x, y, z, and w coordinates of a vertex. Not all parameters are present in all forms of the command. |
SByte | y | Specify x, y, z, and w coordinates of a vertex. Not all parameters are present in all forms of the command. |
SByte | z | Specify x, y, z, and w coordinates of a vertex. Not all parameters are present in all forms of the command. |
SByte | w | Specify x, y, z, and w coordinates of a vertex. Not all parameters are present in all forms of the command. |
Vertex4(ref SByte)
[requires: OES_byte_coordinates] Specify a vertex
Declaration
[AutoGenerated(Category = "OES_byte_coordinates", Version = "", EntryPoint = "glVertex4bvOES")]
[CLSCompliant(false)]
public static void Vertex4([Count(Count = 4)] ref sbyte coords)
Parameters
Type | Name | Description |
---|---|---|
SByte | coords | [length: 4] Specify x, y, z, and w coordinates of a vertex. Not all parameters are present in all forms of the command. |
Vertex4(SByte[])
[requires: OES_byte_coordinates] Specify a vertex
Declaration
[AutoGenerated(Category = "OES_byte_coordinates", Version = "", EntryPoint = "glVertex4bvOES")]
[CLSCompliant(false)]
public static void Vertex4([Count(Count = 4)] sbyte[] coords)
Parameters
Type | Name | Description |
---|---|---|
SByte[] | coords | [length: 4] Specify x, y, z, and w coordinates of a vertex. Not all parameters are present in all forms of the command. |
Vertex4x(Int32*)
[requires: OES_fixed_point]
Declaration
[AutoGenerated(Category = "OES_fixed_point", Version = "", EntryPoint = "glVertex4xvOES")]
[CLSCompliant(false)]
public static void Vertex4x([Count(Count = 4)] int *coords)
Parameters
Type | Name | Description |
---|---|---|
Int32* | coords | [length: 4] |
Vertex4x(Int32, Int32, Int32)
[requires: OES_fixed_point]
Declaration
[AutoGenerated(Category = "OES_fixed_point", Version = "", EntryPoint = "glVertex4xOES")]
public static void Vertex4x(int x, int y, int z)
Parameters
Type | Name | Description |
---|---|---|
Int32 | x | |
Int32 | y | |
Int32 | z |
Vertex4x(ref Int32)
[requires: OES_fixed_point]
Declaration
[AutoGenerated(Category = "OES_fixed_point", Version = "", EntryPoint = "glVertex4xvOES")]
[CLSCompliant(false)]
public static void Vertex4x([Count(Count = 4)] ref int coords)
Parameters
Type | Name | Description |
---|---|---|
Int32 | coords | [length: 4] |
Vertex4x(Int32[])
[requires: OES_fixed_point]
Declaration
[AutoGenerated(Category = "OES_fixed_point", Version = "", EntryPoint = "glVertex4xvOES")]
[CLSCompliant(false)]
public static void Vertex4x([Count(Count = 4)] int[] coords)
Parameters
Type | Name | Description |
---|---|---|
Int32[] | coords | [length: 4] |