Partager via


GL.GetTexParameterx Méthode

Définition

Surcharges

GetTexParameterx(All, All, Int32*)
GetTexParameterx(All, All, Int32[])
GetTexParameterx(All, All, Int32)

GetTexParameterx(All, All, Int32*)

Important

Cette API n’est pas conforme CLS.

[OpenTK.AutoGenerated(Category="1.1", EntryPoint="glGetTexParameterxv", Version="1.1")]
[System.CLSCompliant(false)]
public static void GetTexParameterx (OpenTK.Graphics.ES11.All target, OpenTK.Graphics.ES11.All pname, int* params);
static member GetTexParameterx : OpenTK.Graphics.ES11.All * OpenTK.Graphics.ES11.All * nativeptr<int> -> unit

Paramètres

target
All
pname
All
params
Int32*
Attributs

S’applique à

GetTexParameterx(All, All, Int32[])

[OpenTK.AutoGenerated(Category="1.1", EntryPoint="glGetTexParameterxv", Version="1.1")]
public static void GetTexParameterx (OpenTK.Graphics.ES11.All target, OpenTK.Graphics.ES11.All pname, int[] params);
static member GetTexParameterx : OpenTK.Graphics.ES11.All * OpenTK.Graphics.ES11.All * int[] -> unit

Paramètres

target
All
pname
All
params
Int32[]
Attributs

S’applique à

GetTexParameterx(All, All, Int32)

[OpenTK.AutoGenerated(Category="1.1", EntryPoint="glGetTexParameterxv", Version="1.1")]
public static void GetTexParameterx (OpenTK.Graphics.ES11.All target, OpenTK.Graphics.ES11.All pname, out int params);
static member GetTexParameterx : OpenTK.Graphics.ES11.All * OpenTK.Graphics.ES11.All *  -> unit

Paramètres

target
All
pname
All
params
Int32
Attributs

S’applique à