GL.Oes.DrawTex Method

Definition

Overloads

DrawTex(Single, Single, Single, Single, Single)
DrawTex(Int16, Int16, Int16, Int16, Int16)
DrawTex(Single[])
DrawTex(Single*)
DrawTex(Single)
DrawTex(Int32, Int32, Int32, Int32, Int32)
DrawTex(Int32*)
DrawTex(Int32)
DrawTex(Int16[])
DrawTex(Int16*)
DrawTex(Int16)
DrawTex(Int32[])

DrawTex(Single, Single, Single, Single, Single)

[OpenTK.AutoGenerated(Category="1.1", EntryPoint="glDrawTexfOES", Version="1.1")]
public static void DrawTex (float x, float y, float z, float width, float height);
static member DrawTex : single * single * single * single * single -> unit

Parameters

x
Single
y
Single
z
Single
width
Single
height
Single
Attributes

Applies to

DrawTex(Int16, Int16, Int16, Int16, Int16)

[OpenTK.AutoGenerated(Category="1.1", EntryPoint="glDrawTexsOES", Version="1.1")]
public static void DrawTex (short x, short y, short z, short width, short height);
static member DrawTex : int16 * int16 * int16 * int16 * int16 -> unit

Parameters

x
Int16
y
Int16
z
Int16
width
Int16
height
Int16
Attributes

Applies to

DrawTex(Single[])

[OpenTK.AutoGenerated(Category="1.1", EntryPoint="glDrawTexfvOES", Version="1.1")]
public static void DrawTex (float[] coords);
static member DrawTex : single[] -> unit

Parameters

coords
Single[]
Attributes

Applies to

DrawTex(Single*)

Important

This API is not CLS-compliant.

[OpenTK.AutoGenerated(Category="1.1", EntryPoint="glDrawTexfvOES", Version="1.1")]
[System.CLSCompliant(false)]
public static void DrawTex (float* coords);
static member DrawTex : nativeptr<single> -> unit

Parameters

coords
Single*
Attributes

Applies to

DrawTex(Single)

[OpenTK.AutoGenerated(Category="1.1", EntryPoint="glDrawTexfvOES", Version="1.1")]
public static void DrawTex (ref float coords);
static member DrawTex :  -> unit

Parameters

coords
Single
Attributes

Applies to

DrawTex(Int32, Int32, Int32, Int32, Int32)

[OpenTK.AutoGenerated(Category="1.1", EntryPoint="glDrawTexiOES", Version="1.1")]
public static void DrawTex (int x, int y, int z, int width, int height);
static member DrawTex : int * int * int * int * int -> unit

Parameters

x
Int32
y
Int32
z
Int32
width
Int32
height
Int32
Attributes

Applies to

DrawTex(Int32*)

Important

This API is not CLS-compliant.

[OpenTK.AutoGenerated(Category="1.1", EntryPoint="glDrawTexivOES", Version="1.1")]
[System.CLSCompliant(false)]
public static void DrawTex (int* coords);
static member DrawTex : nativeptr<int> -> unit

Parameters

coords
Int32*
Attributes

Applies to

DrawTex(Int32)

[OpenTK.AutoGenerated(Category="1.1", EntryPoint="glDrawTexivOES", Version="1.1")]
public static void DrawTex (ref int coords);
static member DrawTex :  -> unit

Parameters

coords
Int32
Attributes

Applies to

DrawTex(Int16[])

[OpenTK.AutoGenerated(Category="1.1", EntryPoint="glDrawTexsvOES", Version="1.1")]
public static void DrawTex (short[] coords);
static member DrawTex : int16[] -> unit

Parameters

coords
Int16[]
Attributes

Applies to

DrawTex(Int16*)

Important

This API is not CLS-compliant.

[OpenTK.AutoGenerated(Category="1.1", EntryPoint="glDrawTexsvOES", Version="1.1")]
[System.CLSCompliant(false)]
public static void DrawTex (short* coords);
static member DrawTex : nativeptr<int16> -> unit

Parameters

coords
Int16*
Attributes

Applies to

DrawTex(Int16)

[OpenTK.AutoGenerated(Category="1.1", EntryPoint="glDrawTexsvOES", Version="1.1")]
public static void DrawTex (ref short coords);
static member DrawTex :  -> unit

Parameters

coords
Int16
Attributes

Applies to

DrawTex(Int32[])

[OpenTK.AutoGenerated(Category="1.1", EntryPoint="glDrawTexivOES", Version="1.1")]
public static void DrawTex (int[] coords);
static member DrawTex : int[] -> unit

Parameters

coords
Int32[]
Attributes

Applies to