GL.GetTexParameter Метод

Определение

Перегрузки

GetTexParameter(All, All, Int32)
GetTexParameter(All, All, Int32*)
GetTexParameter(All, All, Int32[])
GetTexParameter(All, All, Single)
GetTexParameter(All, All, Single*)
GetTexParameter(All, All, Single[])

GetTexParameter(All, All, Int32)

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

Параметры

target
All
pname
All
params
Int32
Атрибуты

Применяется к

GetTexParameter(All, All, Int32*)

Важно!

Этот API несовместим с CLS.

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

Параметры

target
All
pname
All
params
Int32*
Атрибуты

Применяется к

GetTexParameter(All, All, Int32[])

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

Параметры

target
All
pname
All
params
Int32[]
Атрибуты

Применяется к

GetTexParameter(All, All, Single)

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

Параметры

target
All
pname
All
params
Single
Атрибуты

Применяется к

GetTexParameter(All, All, Single*)

Важно!

Этот API несовместим с CLS.

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

Параметры

target
All
pname
All
params
Single*
Атрибуты

Применяется к

GetTexParameter(All, All, Single[])

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

Параметры

target
All
pname
All
params
Single[]
Атрибуты

Применяется к