GL.GetTexParameter Method

Definition

Overloads

GetTexParameter(TextureTarget, GetTextureParameter, Int32[])
GetTexParameter(TextureTarget, GetTextureParameter, Int32*)
GetTexParameter(TextureTarget, GetTextureParameter, Single[])
GetTexParameter(TextureTarget, GetTextureParameter, Single)
GetTexParameter(TextureTarget, GetTextureParameter, Int32)
GetTexParameter(TextureTarget, GetTextureParameter, Single*)
GetTexParameter(All, All, Single*)
Obsolete.
GetTexParameter(All, All, Single)
Obsolete.
GetTexParameter(All, All, Int32[])
Obsolete.
GetTexParameter(All, All, Int32*)
Obsolete.
GetTexParameter(All, All, Single[])
Obsolete.
GetTexParameter(All, All, Int32)
Obsolete.

GetTexParameter(TextureTarget, GetTextureParameter, Int32[])

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

Parameters

target
TextureTarget
params
Int32[]
Attributes

Applies to

GetTexParameter(TextureTarget, GetTextureParameter, Int32*)

Important

This API is not CLS-compliant.

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

Parameters

target
TextureTarget
params
Int32*
Attributes

Applies to

GetTexParameter(TextureTarget, GetTextureParameter, Single[])

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

Parameters

target
TextureTarget
params
Single[]
Attributes

Applies to

GetTexParameter(TextureTarget, GetTextureParameter, Single)

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

Parameters

target
TextureTarget
params
Single
Attributes

Applies to

GetTexParameter(TextureTarget, GetTextureParameter, Int32)

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

Parameters

target
TextureTarget
params
Int32
Attributes

Applies to

GetTexParameter(TextureTarget, GetTextureParameter, Single*)

Important

This API is not CLS-compliant.

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

Parameters

target
TextureTarget
params
Single*
Attributes

Applies to

GetTexParameter(All, All, Single*)

Caution

Use the overload with strongly typed enumerations

Important

This API is not CLS-compliant.

[OpenTK.AutoGenerated(Category="2.0", EntryPoint="glGetTexParameterfv", Version="2.0")]
[System.CLSCompliant(false)]
[System.Obsolete("Use the overload with strongly typed enumerations")]
public static void GetTexParameter (OpenTK.Graphics.ES20.All target, OpenTK.Graphics.ES20.All pname, float* params);
static member GetTexParameter : OpenTK.Graphics.ES20.All * OpenTK.Graphics.ES20.All * nativeptr<single> -> unit

Parameters

target
All
pname
All
params
Single*
Attributes

Applies to

GetTexParameter(All, All, Single)

Caution

Use the overload with strongly typed enumerations

[OpenTK.AutoGenerated(Category="2.0", EntryPoint="glGetTexParameterfv", Version="2.0")]
[System.Obsolete("Use the overload with strongly typed enumerations")]
public static void GetTexParameter (OpenTK.Graphics.ES20.All target, OpenTK.Graphics.ES20.All pname, ref float params);
static member GetTexParameter : OpenTK.Graphics.ES20.All * OpenTK.Graphics.ES20.All *  -> unit

Parameters

target
All
pname
All
params
Single
Attributes

Applies to

GetTexParameter(All, All, Int32[])

Caution

Use the overload with strongly typed enumerations

[OpenTK.AutoGenerated(Category="2.0", EntryPoint="glGetTexParameteriv", Version="2.0")]
[System.Obsolete("Use the overload with strongly typed enumerations")]
public static void GetTexParameter (OpenTK.Graphics.ES20.All target, OpenTK.Graphics.ES20.All pname, int[] params);
static member GetTexParameter : OpenTK.Graphics.ES20.All * OpenTK.Graphics.ES20.All * int[] -> unit

Parameters

target
All
pname
All
params
Int32[]
Attributes

Applies to

GetTexParameter(All, All, Int32*)

Caution

Use the overload with strongly typed enumerations

Important

This API is not CLS-compliant.

[OpenTK.AutoGenerated(Category="2.0", EntryPoint="glGetTexParameteriv", Version="2.0")]
[System.CLSCompliant(false)]
[System.Obsolete("Use the overload with strongly typed enumerations")]
public static void GetTexParameter (OpenTK.Graphics.ES20.All target, OpenTK.Graphics.ES20.All pname, int* params);
static member GetTexParameter : OpenTK.Graphics.ES20.All * OpenTK.Graphics.ES20.All * nativeptr<int> -> unit

Parameters

target
All
pname
All
params
Int32*
Attributes

Applies to

GetTexParameter(All, All, Single[])

Caution

Use the overload with strongly typed enumerations

[OpenTK.AutoGenerated(Category="2.0", EntryPoint="glGetTexParameterfv", Version="2.0")]
[System.Obsolete("Use the overload with strongly typed enumerations")]
public static void GetTexParameter (OpenTK.Graphics.ES20.All target, OpenTK.Graphics.ES20.All pname, float[] params);
static member GetTexParameter : OpenTK.Graphics.ES20.All * OpenTK.Graphics.ES20.All * single[] -> unit

Parameters

target
All
pname
All
params
Single[]
Attributes

Applies to

GetTexParameter(All, All, Int32)

Caution

Use the overload with strongly typed enumerations

[OpenTK.AutoGenerated(Category="2.0", EntryPoint="glGetTexParameteriv", Version="2.0")]
[System.Obsolete("Use the overload with strongly typed enumerations")]
public static void GetTexParameter (OpenTK.Graphics.ES20.All target, OpenTK.Graphics.ES20.All pname, ref int params);
static member GetTexParameter : OpenTK.Graphics.ES20.All * OpenTK.Graphics.ES20.All *  -> unit

Parameters

target
All
pname
All
params
Int32
Attributes

Applies to