GL.Oes.DrawTex Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Overloads
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)
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