Show / Hide Table of Contents

Class GL.Mesa

Inheritance
Object
GL.Mesa
Inherited Members
Object.ToString()
Object.Equals(Object)
Object.Equals(Object, Object)
Object.ReferenceEquals(Object, Object)
Object.GetHashCode()
Object.GetType()
Object.MemberwiseClone()
Namespace: OpenTK.Graphics.OpenGL
Assembly: OpenTK.dll
Syntax
public static class Mesa

Methods

ResizeBuffers()

[requires: MESA_resize_buffers]

Declaration
[AutoGenerated(Category = "MESA_resize_buffers", Version = "", EntryPoint = "glResizeBuffersMESA")]
public static void ResizeBuffers()

WindowPos2(Double*)

[requires: MESA_window_pos] Specify the raster position in window coordinates for pixel operations

Declaration
[AutoGenerated(Category = "MESA_window_pos", Version = "", EntryPoint = "glWindowPos2dvMESA")]
[CLSCompliant(false)]
public static void WindowPos2([Count(Count = 2)] double *v)
Parameters
Type Name Description
Double* v

[length: 2] Specify the , , coordinates for the raster position.

WindowPos2(Double, Double)

[requires: MESA_window_pos] Specify the raster position in window coordinates for pixel operations

Declaration
[AutoGenerated(Category = "MESA_window_pos", Version = "", EntryPoint = "glWindowPos2dMESA")]
public static void WindowPos2(double x, double y)
Parameters
Type Name Description
Double x

Specify the , , coordinates for the raster position.

Double y

Specify the , , coordinates for the raster position.

WindowPos2(ref Double)

[requires: MESA_window_pos] Specify the raster position in window coordinates for pixel operations

Declaration
[AutoGenerated(Category = "MESA_window_pos", Version = "", EntryPoint = "glWindowPos2dvMESA")]
[CLSCompliant(false)]
public static void WindowPos2([Count(Count = 2)] ref double v)
Parameters
Type Name Description
Double v

[length: 2] Specify the , , coordinates for the raster position.

WindowPos2(Double[])

[requires: MESA_window_pos] Specify the raster position in window coordinates for pixel operations

Declaration
[AutoGenerated(Category = "MESA_window_pos", Version = "", EntryPoint = "glWindowPos2dvMESA")]
[CLSCompliant(false)]
public static void WindowPos2([Count(Count = 2)] double[] v)
Parameters
Type Name Description
Double[] v

[length: 2] Specify the , , coordinates for the raster position.

WindowPos2(Int16*)

[requires: MESA_window_pos] Specify the raster position in window coordinates for pixel operations

Declaration
[AutoGenerated(Category = "MESA_window_pos", Version = "", EntryPoint = "glWindowPos2svMESA")]
[CLSCompliant(false)]
public static void WindowPos2([Count(Count = 2)] short *v)
Parameters
Type Name Description
Int16* v

[length: 2] Specify the , , coordinates for the raster position.

WindowPos2(Int16, Int16)

[requires: MESA_window_pos] Specify the raster position in window coordinates for pixel operations

Declaration
[AutoGenerated(Category = "MESA_window_pos", Version = "", EntryPoint = "glWindowPos2sMESA")]
public static void WindowPos2(short x, short y)
Parameters
Type Name Description
Int16 x

Specify the , , coordinates for the raster position.

Int16 y

Specify the , , coordinates for the raster position.

WindowPos2(ref Int16)

[requires: MESA_window_pos] Specify the raster position in window coordinates for pixel operations

Declaration
[AutoGenerated(Category = "MESA_window_pos", Version = "", EntryPoint = "glWindowPos2svMESA")]
[CLSCompliant(false)]
public static void WindowPos2([Count(Count = 2)] ref short v)
Parameters
Type Name Description
Int16 v

[length: 2] Specify the , , coordinates for the raster position.

WindowPos2(Int16[])

[requires: MESA_window_pos] Specify the raster position in window coordinates for pixel operations

Declaration
[AutoGenerated(Category = "MESA_window_pos", Version = "", EntryPoint = "glWindowPos2svMESA")]
[CLSCompliant(false)]
public static void WindowPos2([Count(Count = 2)] short[] v)
Parameters
Type Name Description
Int16[] v

[length: 2] Specify the , , coordinates for the raster position.

WindowPos2(Int32*)

[requires: MESA_window_pos] Specify the raster position in window coordinates for pixel operations

Declaration
[AutoGenerated(Category = "MESA_window_pos", Version = "", EntryPoint = "glWindowPos2ivMESA")]
[CLSCompliant(false)]
public static void WindowPos2([Count(Count = 2)] int *v)
Parameters
Type Name Description
Int32* v

[length: 2] Specify the , , coordinates for the raster position.

WindowPos2(Int32, Int32)

[requires: MESA_window_pos] Specify the raster position in window coordinates for pixel operations

Declaration
[AutoGenerated(Category = "MESA_window_pos", Version = "", EntryPoint = "glWindowPos2iMESA")]
public static void WindowPos2(int x, int y)
Parameters
Type Name Description
Int32 x

Specify the , , coordinates for the raster position.

Int32 y

Specify the , , coordinates for the raster position.

WindowPos2(ref Int32)

[requires: MESA_window_pos] Specify the raster position in window coordinates for pixel operations

Declaration
[AutoGenerated(Category = "MESA_window_pos", Version = "", EntryPoint = "glWindowPos2ivMESA")]
[CLSCompliant(false)]
public static void WindowPos2([Count(Count = 2)] ref int v)
Parameters
Type Name Description
Int32 v

[length: 2] Specify the , , coordinates for the raster position.

WindowPos2(Int32[])

[requires: MESA_window_pos] Specify the raster position in window coordinates for pixel operations

Declaration
[AutoGenerated(Category = "MESA_window_pos", Version = "", EntryPoint = "glWindowPos2ivMESA")]
[CLSCompliant(false)]
public static void WindowPos2([Count(Count = 2)] int[] v)
Parameters
Type Name Description
Int32[] v

[length: 2] Specify the , , coordinates for the raster position.

WindowPos2(Single*)

[requires: MESA_window_pos] Specify the raster position in window coordinates for pixel operations

Declaration
[AutoGenerated(Category = "MESA_window_pos", Version = "", EntryPoint = "glWindowPos2fvMESA")]
[CLSCompliant(false)]
public static void WindowPos2([Count(Count = 2)] float *v)
Parameters
Type Name Description
Single* v

[length: 2] Specify the , , coordinates for the raster position.

WindowPos2(Single, Single)

[requires: MESA_window_pos] Specify the raster position in window coordinates for pixel operations

Declaration
[AutoGenerated(Category = "MESA_window_pos", Version = "", EntryPoint = "glWindowPos2fMESA")]
public static void WindowPos2(float x, float y)
Parameters
Type Name Description
Single x

Specify the , , coordinates for the raster position.

Single y

Specify the , , coordinates for the raster position.

WindowPos2(ref Single)

[requires: MESA_window_pos] Specify the raster position in window coordinates for pixel operations

Declaration
[AutoGenerated(Category = "MESA_window_pos", Version = "", EntryPoint = "glWindowPos2fvMESA")]
[CLSCompliant(false)]
public static void WindowPos2([Count(Count = 2)] ref float v)
Parameters
Type Name Description
Single v

[length: 2] Specify the , , coordinates for the raster position.

WindowPos2(Single[])

[requires: MESA_window_pos] Specify the raster position in window coordinates for pixel operations

Declaration
[AutoGenerated(Category = "MESA_window_pos", Version = "", EntryPoint = "glWindowPos2fvMESA")]
[CLSCompliant(false)]
public static void WindowPos2([Count(Count = 2)] float[] v)
Parameters
Type Name Description
Single[] v

[length: 2] Specify the , , coordinates for the raster position.

WindowPos3(Double*)

[requires: MESA_window_pos] Specify the raster position in window coordinates for pixel operations

Declaration
[AutoGenerated(Category = "MESA_window_pos", Version = "", EntryPoint = "glWindowPos3dvMESA")]
[CLSCompliant(false)]
public static void WindowPos3([Count(Count = 3)] double *v)
Parameters
Type Name Description
Double* v

[length: 3] Specify the , , coordinates for the raster position.

WindowPos3(Double, Double, Double)

[requires: MESA_window_pos] Specify the raster position in window coordinates for pixel operations

Declaration
[AutoGenerated(Category = "MESA_window_pos", Version = "", EntryPoint = "glWindowPos3dMESA")]
public static void WindowPos3(double x, double y, double z)
Parameters
Type Name Description
Double x

Specify the , , coordinates for the raster position.

Double y

Specify the , , coordinates for the raster position.

Double z

Specify the , , coordinates for the raster position.

WindowPos3(ref Double)

[requires: MESA_window_pos] Specify the raster position in window coordinates for pixel operations

Declaration
[AutoGenerated(Category = "MESA_window_pos", Version = "", EntryPoint = "glWindowPos3dvMESA")]
[CLSCompliant(false)]
public static void WindowPos3([Count(Count = 3)] ref double v)
Parameters
Type Name Description
Double v

[length: 3] Specify the , , coordinates for the raster position.

WindowPos3(Double[])

[requires: MESA_window_pos] Specify the raster position in window coordinates for pixel operations

Declaration
[AutoGenerated(Category = "MESA_window_pos", Version = "", EntryPoint = "glWindowPos3dvMESA")]
[CLSCompliant(false)]
public static void WindowPos3([Count(Count = 3)] double[] v)
Parameters
Type Name Description
Double[] v

[length: 3] Specify the , , coordinates for the raster position.

WindowPos3(Int16*)

[requires: MESA_window_pos] Specify the raster position in window coordinates for pixel operations

Declaration
[AutoGenerated(Category = "MESA_window_pos", Version = "", EntryPoint = "glWindowPos3svMESA")]
[CLSCompliant(false)]
public static void WindowPos3([Count(Count = 3)] short *v)
Parameters
Type Name Description
Int16* v

[length: 3] Specify the , , coordinates for the raster position.

WindowPos3(Int16, Int16, Int16)

[requires: MESA_window_pos] Specify the raster position in window coordinates for pixel operations

Declaration
[AutoGenerated(Category = "MESA_window_pos", Version = "", EntryPoint = "glWindowPos3sMESA")]
public static void WindowPos3(short x, short y, short z)
Parameters
Type Name Description
Int16 x

Specify the , , coordinates for the raster position.

Int16 y

Specify the , , coordinates for the raster position.

Int16 z

Specify the , , coordinates for the raster position.

WindowPos3(ref Int16)

[requires: MESA_window_pos] Specify the raster position in window coordinates for pixel operations

Declaration
[AutoGenerated(Category = "MESA_window_pos", Version = "", EntryPoint = "glWindowPos3svMESA")]
[CLSCompliant(false)]
public static void WindowPos3([Count(Count = 3)] ref short v)
Parameters
Type Name Description
Int16 v

[length: 3] Specify the , , coordinates for the raster position.

WindowPos3(Int16[])

[requires: MESA_window_pos] Specify the raster position in window coordinates for pixel operations

Declaration
[AutoGenerated(Category = "MESA_window_pos", Version = "", EntryPoint = "glWindowPos3svMESA")]
[CLSCompliant(false)]
public static void WindowPos3([Count(Count = 3)] short[] v)
Parameters
Type Name Description
Int16[] v

[length: 3] Specify the , , coordinates for the raster position.

WindowPos3(Int32*)

[requires: MESA_window_pos] Specify the raster position in window coordinates for pixel operations

Declaration
[AutoGenerated(Category = "MESA_window_pos", Version = "", EntryPoint = "glWindowPos3ivMESA")]
[CLSCompliant(false)]
public static void WindowPos3([Count(Count = 3)] int *v)
Parameters
Type Name Description
Int32* v

[length: 3] Specify the , , coordinates for the raster position.

WindowPos3(Int32, Int32, Int32)

[requires: MESA_window_pos] Specify the raster position in window coordinates for pixel operations

Declaration
[AutoGenerated(Category = "MESA_window_pos", Version = "", EntryPoint = "glWindowPos3iMESA")]
public static void WindowPos3(int x, int y, int z)
Parameters
Type Name Description
Int32 x

Specify the , , coordinates for the raster position.

Int32 y

Specify the , , coordinates for the raster position.

Int32 z

Specify the , , coordinates for the raster position.

WindowPos3(ref Int32)

[requires: MESA_window_pos] Specify the raster position in window coordinates for pixel operations

Declaration
[AutoGenerated(Category = "MESA_window_pos", Version = "", EntryPoint = "glWindowPos3ivMESA")]
[CLSCompliant(false)]
public static void WindowPos3([Count(Count = 3)] ref int v)
Parameters
Type Name Description
Int32 v

[length: 3] Specify the , , coordinates for the raster position.

WindowPos3(Int32[])

[requires: MESA_window_pos] Specify the raster position in window coordinates for pixel operations

Declaration
[AutoGenerated(Category = "MESA_window_pos", Version = "", EntryPoint = "glWindowPos3ivMESA")]
[CLSCompliant(false)]
public static void WindowPos3([Count(Count = 3)] int[] v)
Parameters
Type Name Description
Int32[] v

[length: 3] Specify the , , coordinates for the raster position.

WindowPos3(Single*)

[requires: MESA_window_pos] Specify the raster position in window coordinates for pixel operations

Declaration
[AutoGenerated(Category = "MESA_window_pos", Version = "", EntryPoint = "glWindowPos3fvMESA")]
[CLSCompliant(false)]
public static void WindowPos3([Count(Count = 3)] float *v)
Parameters
Type Name Description
Single* v

[length: 3] Specify the , , coordinates for the raster position.

WindowPos3(Single, Single, Single)

[requires: MESA_window_pos] Specify the raster position in window coordinates for pixel operations

Declaration
[AutoGenerated(Category = "MESA_window_pos", Version = "", EntryPoint = "glWindowPos3fMESA")]
public static void WindowPos3(float x, float y, float z)
Parameters
Type Name Description
Single x

Specify the , , coordinates for the raster position.

Single y

Specify the , , coordinates for the raster position.

Single z

Specify the , , coordinates for the raster position.

WindowPos3(ref Single)

[requires: MESA_window_pos] Specify the raster position in window coordinates for pixel operations

Declaration
[AutoGenerated(Category = "MESA_window_pos", Version = "", EntryPoint = "glWindowPos3fvMESA")]
[CLSCompliant(false)]
public static void WindowPos3([Count(Count = 3)] ref float v)
Parameters
Type Name Description
Single v

[length: 3] Specify the , , coordinates for the raster position.

WindowPos3(Single[])

[requires: MESA_window_pos] Specify the raster position in window coordinates for pixel operations

Declaration
[AutoGenerated(Category = "MESA_window_pos", Version = "", EntryPoint = "glWindowPos3fvMESA")]
[CLSCompliant(false)]
public static void WindowPos3([Count(Count = 3)] float[] v)
Parameters
Type Name Description
Single[] v

[length: 3] Specify the , , coordinates for the raster position.

WindowPos4(Double*)

[requires: MESA_window_pos] Specify the raster position in window coordinates for pixel operations

Declaration
[AutoGenerated(Category = "MESA_window_pos", Version = "", EntryPoint = "glWindowPos4dvMESA")]
[CLSCompliant(false)]
public static void WindowPos4([Count(Count = 4)] double *v)
Parameters
Type Name Description
Double* v

[length: 4] Specify the , , coordinates for the raster position.

WindowPos4(Double, Double, Double, Double)

[requires: MESA_window_pos] Specify the raster position in window coordinates for pixel operations

Declaration
[AutoGenerated(Category = "MESA_window_pos", Version = "", EntryPoint = "glWindowPos4dMESA")]
public static void WindowPos4(double x, double y, double z, double w)
Parameters
Type Name Description
Double x

Specify the , , coordinates for the raster position.

Double y

Specify the , , coordinates for the raster position.

Double z

Specify the , , coordinates for the raster position.

Double w

WindowPos4(ref Double)

[requires: MESA_window_pos] Specify the raster position in window coordinates for pixel operations

Declaration
[AutoGenerated(Category = "MESA_window_pos", Version = "", EntryPoint = "glWindowPos4dvMESA")]
[CLSCompliant(false)]
public static void WindowPos4([Count(Count = 4)] ref double v)
Parameters
Type Name Description
Double v

[length: 4] Specify the , , coordinates for the raster position.

WindowPos4(Double[])

[requires: MESA_window_pos] Specify the raster position in window coordinates for pixel operations

Declaration
[AutoGenerated(Category = "MESA_window_pos", Version = "", EntryPoint = "glWindowPos4dvMESA")]
[CLSCompliant(false)]
public static void WindowPos4([Count(Count = 4)] double[] v)
Parameters
Type Name Description
Double[] v

[length: 4] Specify the , , coordinates for the raster position.

WindowPos4(Int16*)

[requires: MESA_window_pos] Specify the raster position in window coordinates for pixel operations

Declaration
[AutoGenerated(Category = "MESA_window_pos", Version = "", EntryPoint = "glWindowPos4svMESA")]
[CLSCompliant(false)]
public static void WindowPos4([Count(Count = 4)] short *v)
Parameters
Type Name Description
Int16* v

[length: 4] Specify the , , coordinates for the raster position.

WindowPos4(Int16, Int16, Int16, Int16)

[requires: MESA_window_pos] Specify the raster position in window coordinates for pixel operations

Declaration
[AutoGenerated(Category = "MESA_window_pos", Version = "", EntryPoint = "glWindowPos4sMESA")]
public static void WindowPos4(short x, short y, short z, short w)
Parameters
Type Name Description
Int16 x

Specify the , , coordinates for the raster position.

Int16 y

Specify the , , coordinates for the raster position.

Int16 z

Specify the , , coordinates for the raster position.

Int16 w

WindowPos4(ref Int16)

[requires: MESA_window_pos] Specify the raster position in window coordinates for pixel operations

Declaration
[AutoGenerated(Category = "MESA_window_pos", Version = "", EntryPoint = "glWindowPos4svMESA")]
[CLSCompliant(false)]
public static void WindowPos4([Count(Count = 4)] ref short v)
Parameters
Type Name Description
Int16 v

[length: 4] Specify the , , coordinates for the raster position.

WindowPos4(Int16[])

[requires: MESA_window_pos] Specify the raster position in window coordinates for pixel operations

Declaration
[AutoGenerated(Category = "MESA_window_pos", Version = "", EntryPoint = "glWindowPos4svMESA")]
[CLSCompliant(false)]
public static void WindowPos4([Count(Count = 4)] short[] v)
Parameters
Type Name Description
Int16[] v

[length: 4] Specify the , , coordinates for the raster position.

WindowPos4(Int32*)

[requires: MESA_window_pos] Specify the raster position in window coordinates for pixel operations

Declaration
[AutoGenerated(Category = "MESA_window_pos", Version = "", EntryPoint = "glWindowPos4ivMESA")]
[CLSCompliant(false)]
public static void WindowPos4([Count(Count = 4)] int *v)
Parameters
Type Name Description
Int32* v

[length: 4] Specify the , , coordinates for the raster position.

WindowPos4(Int32, Int32, Int32, Int32)

[requires: MESA_window_pos] Specify the raster position in window coordinates for pixel operations

Declaration
[AutoGenerated(Category = "MESA_window_pos", Version = "", EntryPoint = "glWindowPos4iMESA")]
public static void WindowPos4(int x, int y, int z, int w)
Parameters
Type Name Description
Int32 x

Specify the , , coordinates for the raster position.

Int32 y

Specify the , , coordinates for the raster position.

Int32 z

Specify the , , coordinates for the raster position.

Int32 w

WindowPos4(ref Int32)

[requires: MESA_window_pos] Specify the raster position in window coordinates for pixel operations

Declaration
[AutoGenerated(Category = "MESA_window_pos", Version = "", EntryPoint = "glWindowPos4ivMESA")]
[CLSCompliant(false)]
public static void WindowPos4([Count(Count = 4)] ref int v)
Parameters
Type Name Description
Int32 v

[length: 4] Specify the , , coordinates for the raster position.

WindowPos4(Int32[])

[requires: MESA_window_pos] Specify the raster position in window coordinates for pixel operations

Declaration
[AutoGenerated(Category = "MESA_window_pos", Version = "", EntryPoint = "glWindowPos4ivMESA")]
[CLSCompliant(false)]
public static void WindowPos4([Count(Count = 4)] int[] v)
Parameters
Type Name Description
Int32[] v

[length: 4] Specify the , , coordinates for the raster position.

WindowPos4(Single*)

[requires: MESA_window_pos] Specify the raster position in window coordinates for pixel operations

Declaration
[AutoGenerated(Category = "MESA_window_pos", Version = "", EntryPoint = "glWindowPos4fvMESA")]
[CLSCompliant(false)]
public static void WindowPos4([Count(Count = 4)] float *v)
Parameters
Type Name Description
Single* v

[length: 4] Specify the , , coordinates for the raster position.

WindowPos4(Single, Single, Single, Single)

[requires: MESA_window_pos] Specify the raster position in window coordinates for pixel operations

Declaration
[AutoGenerated(Category = "MESA_window_pos", Version = "", EntryPoint = "glWindowPos4fMESA")]
public static void WindowPos4(float x, float y, float z, float w)
Parameters
Type Name Description
Single x

Specify the , , coordinates for the raster position.

Single y

Specify the , , coordinates for the raster position.

Single z

Specify the , , coordinates for the raster position.

Single w

WindowPos4(ref Single)

[requires: MESA_window_pos] Specify the raster position in window coordinates for pixel operations

Declaration
[AutoGenerated(Category = "MESA_window_pos", Version = "", EntryPoint = "glWindowPos4fvMESA")]
[CLSCompliant(false)]
public static void WindowPos4([Count(Count = 4)] ref float v)
Parameters
Type Name Description
Single v

[length: 4] Specify the , , coordinates for the raster position.

WindowPos4(Single[])

[requires: MESA_window_pos] Specify the raster position in window coordinates for pixel operations

Declaration
[AutoGenerated(Category = "MESA_window_pos", Version = "", EntryPoint = "glWindowPos4fvMESA")]
[CLSCompliant(false)]
public static void WindowPos4([Count(Count = 4)] float[] v)
Parameters
Type Name Description
Single[] v

[length: 4] Specify the , , coordinates for the raster position.

In This Article
Back to top Generated by DocFX