GL.Oes.DrawTexx 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
DrawTexx(Int32, Int32, Int32, Int32, Int32) | |
DrawTexx(Int32[]) | |
DrawTexx(Int32) | |
DrawTexx(Int32*) |
DrawTexx(Int32, Int32, Int32, Int32, Int32)
DrawTexx(Int32[])
[OpenTK.AutoGenerated(Category="1.1", EntryPoint="glDrawTexxvOES", Version="1.1")]
public static void DrawTexx (int[] coords);
static member DrawTexx : int[] -> unit
Parameters
- coords
- Int32[]
- Attributes
Applies to
DrawTexx(Int32)
[OpenTK.AutoGenerated(Category="1.1", EntryPoint="glDrawTexxvOES", Version="1.1")]
public static void DrawTexx (ref int coords);
static member DrawTexx : -> unit
Parameters
- coords
- Int32
- Attributes
Applies to
DrawTexx(Int32*)
Important
This API is not CLS-compliant.
[OpenTK.AutoGenerated(Category="1.1", EntryPoint="glDrawTexxvOES", Version="1.1")]
[System.CLSCompliant(false)]
public static void DrawTexx (int* coords);
static member DrawTexx : nativeptr<int> -> unit
Parameters
- coords
- Int32*
- Attributes