GL.SamplerParameter Method

Definition

Overloads

SamplerParameter(UInt32, All, Int32[])
Obsolete.
SamplerParameter(UInt32, All, Single)
Obsolete.
SamplerParameter(UInt32, All, Single*)
Obsolete.
SamplerParameter(UInt32, All, Single[])
Obsolete.
SamplerParameter(UInt32, SamplerParameterName, Int32)
SamplerParameter(UInt32, All, Int32*)
Obsolete.
SamplerParameter(UInt32, SamplerParameterName, Int32[])
SamplerParameter(UInt32, SamplerParameterName, Single)
SamplerParameter(UInt32, SamplerParameterName, Single*)
SamplerParameter(UInt32, SamplerParameterName, Single[])
SamplerParameter(UInt32, SamplerParameterName, Int32*)
SamplerParameter(UInt32, All, Int32)
Obsolete.
SamplerParameter(Int32, SamplerParameterName, Single*)
SamplerParameter(Int32, All, Int32)
Obsolete.
SamplerParameter(Int32, SamplerParameterName, Single[])
SamplerParameter(Int32, All, Int32[])
Obsolete.
SamplerParameter(Int32, All, Single)
Obsolete.
SamplerParameter(Int32, All, Single*)
Obsolete.
SamplerParameter(Int32, All, Int32*)
Obsolete.
SamplerParameter(Int32, SamplerParameterName, Int32)
SamplerParameter(Int32, SamplerParameterName, Int32*)
SamplerParameter(Int32, SamplerParameterName, Int32[])
SamplerParameter(Int32, SamplerParameterName, Single)
SamplerParameter(Int32, All, Single[])
Obsolete.

SamplerParameter(UInt32, All, Int32[])

Caution

Use the overload with strongly typed enumerations

Important

This API is not CLS-compliant.

[OpenTK.AutoGenerated(Category="3.0", EntryPoint="glSamplerParameteriv", Version="3.0")]
[System.CLSCompliant(false)]
[System.Obsolete("Use the overload with strongly typed enumerations")]
public static void SamplerParameter (uint sampler, OpenTK.Graphics.ES30.All pname, int[] param);
static member SamplerParameter : uint32 * OpenTK.Graphics.ES30.All * int[] -> unit

Parameters

sampler
UInt32
pname
All
param
Int32[]
Attributes

Applies to

SamplerParameter(UInt32, All, Single)

Caution

Use the overload with strongly typed enumerations

Important

This API is not CLS-compliant.

[OpenTK.AutoGenerated(Category="3.0", EntryPoint="glSamplerParameterf", Version="3.0")]
[System.CLSCompliant(false)]
[System.Obsolete("Use the overload with strongly typed enumerations")]
public static void SamplerParameter (uint sampler, OpenTK.Graphics.ES30.All pname, float param);
static member SamplerParameter : uint32 * OpenTK.Graphics.ES30.All * single -> unit

Parameters

sampler
UInt32
pname
All
param
Single
Attributes

Applies to

SamplerParameter(UInt32, All, Single*)

Caution

Use the overload with strongly typed enumerations

Important

This API is not CLS-compliant.

[OpenTK.AutoGenerated(Category="3.0", EntryPoint="glSamplerParameterfv", Version="3.0")]
[System.CLSCompliant(false)]
[System.Obsolete("Use the overload with strongly typed enumerations")]
public static void SamplerParameter (uint sampler, OpenTK.Graphics.ES30.All pname, float* param);
static member SamplerParameter : uint32 * OpenTK.Graphics.ES30.All * nativeptr<single> -> unit

Parameters

sampler
UInt32
pname
All
param
Single*
Attributes

Applies to

SamplerParameter(UInt32, All, Single[])

Caution

Use the overload with strongly typed enumerations

Important

This API is not CLS-compliant.

[OpenTK.AutoGenerated(Category="3.0", EntryPoint="glSamplerParameterfv", Version="3.0")]
[System.CLSCompliant(false)]
[System.Obsolete("Use the overload with strongly typed enumerations")]
public static void SamplerParameter (uint sampler, OpenTK.Graphics.ES30.All pname, float[] param);
static member SamplerParameter : uint32 * OpenTK.Graphics.ES30.All * single[] -> unit

Parameters

sampler
UInt32
pname
All
param
Single[]
Attributes

Applies to

SamplerParameter(UInt32, SamplerParameterName, Int32)

Important

This API is not CLS-compliant.

[OpenTK.AutoGenerated(Category="3.0", EntryPoint="glSamplerParameteri", Version="3.0")]
[System.CLSCompliant(false)]
public static void SamplerParameter (uint sampler, OpenTK.Graphics.ES30.SamplerParameterName pname, int param);
static member SamplerParameter : uint32 * OpenTK.Graphics.ES30.SamplerParameterName * int -> unit

Parameters

sampler
UInt32
param
Int32
Attributes

Applies to

SamplerParameter(UInt32, All, Int32*)

Caution

Use the overload with strongly typed enumerations

Important

This API is not CLS-compliant.

[OpenTK.AutoGenerated(Category="3.0", EntryPoint="glSamplerParameteriv", Version="3.0")]
[System.CLSCompliant(false)]
[System.Obsolete("Use the overload with strongly typed enumerations")]
public static void SamplerParameter (uint sampler, OpenTK.Graphics.ES30.All pname, int* param);
static member SamplerParameter : uint32 * OpenTK.Graphics.ES30.All * nativeptr<int> -> unit

Parameters

sampler
UInt32
pname
All
param
Int32*
Attributes

Applies to

SamplerParameter(UInt32, SamplerParameterName, Int32[])

Important

This API is not CLS-compliant.

[OpenTK.AutoGenerated(Category="3.0", EntryPoint="glSamplerParameteriv", Version="3.0")]
[System.CLSCompliant(false)]
public static void SamplerParameter (uint sampler, OpenTK.Graphics.ES30.SamplerParameterName pname, int[] param);
static member SamplerParameter : uint32 * OpenTK.Graphics.ES30.SamplerParameterName * int[] -> unit

Parameters

sampler
UInt32
param
Int32[]
Attributes

Applies to

SamplerParameter(UInt32, SamplerParameterName, Single)

Important

This API is not CLS-compliant.

[OpenTK.AutoGenerated(Category="3.0", EntryPoint="glSamplerParameterf", Version="3.0")]
[System.CLSCompliant(false)]
public static void SamplerParameter (uint sampler, OpenTK.Graphics.ES30.SamplerParameterName pname, float param);
static member SamplerParameter : uint32 * OpenTK.Graphics.ES30.SamplerParameterName * single -> unit

Parameters

sampler
UInt32
param
Single
Attributes

Applies to

SamplerParameter(UInt32, SamplerParameterName, Single*)

Important

This API is not CLS-compliant.

[OpenTK.AutoGenerated(Category="3.0", EntryPoint="glSamplerParameterfv", Version="3.0")]
[System.CLSCompliant(false)]
public static void SamplerParameter (uint sampler, OpenTK.Graphics.ES30.SamplerParameterName pname, float* param);
static member SamplerParameter : uint32 * OpenTK.Graphics.ES30.SamplerParameterName * nativeptr<single> -> unit

Parameters

sampler
UInt32
param
Single*
Attributes

Applies to

SamplerParameter(UInt32, SamplerParameterName, Single[])

Important

This API is not CLS-compliant.

[OpenTK.AutoGenerated(Category="3.0", EntryPoint="glSamplerParameterfv", Version="3.0")]
[System.CLSCompliant(false)]
public static void SamplerParameter (uint sampler, OpenTK.Graphics.ES30.SamplerParameterName pname, float[] param);
static member SamplerParameter : uint32 * OpenTK.Graphics.ES30.SamplerParameterName * single[] -> unit

Parameters

sampler
UInt32
param
Single[]
Attributes

Applies to

SamplerParameter(UInt32, SamplerParameterName, Int32*)

Important

This API is not CLS-compliant.

[OpenTK.AutoGenerated(Category="3.0", EntryPoint="glSamplerParameteriv", Version="3.0")]
[System.CLSCompliant(false)]
public static void SamplerParameter (uint sampler, OpenTK.Graphics.ES30.SamplerParameterName pname, int* param);
static member SamplerParameter : uint32 * OpenTK.Graphics.ES30.SamplerParameterName * nativeptr<int> -> unit

Parameters

sampler
UInt32
param
Int32*
Attributes

Applies to

SamplerParameter(UInt32, All, Int32)

Caution

Use the overload with strongly typed enumerations

Important

This API is not CLS-compliant.

[OpenTK.AutoGenerated(Category="3.0", EntryPoint="glSamplerParameteri", Version="3.0")]
[System.CLSCompliant(false)]
[System.Obsolete("Use the overload with strongly typed enumerations")]
public static void SamplerParameter (uint sampler, OpenTK.Graphics.ES30.All pname, int param);
static member SamplerParameter : uint32 * OpenTK.Graphics.ES30.All * int -> unit

Parameters

sampler
UInt32
pname
All
param
Int32
Attributes

Applies to

SamplerParameter(Int32, SamplerParameterName, Single*)

Important

This API is not CLS-compliant.

[OpenTK.AutoGenerated(Category="3.0", EntryPoint="glSamplerParameterfv", Version="3.0")]
[System.CLSCompliant(false)]
public static void SamplerParameter (int sampler, OpenTK.Graphics.ES30.SamplerParameterName pname, float* param);
static member SamplerParameter : int * OpenTK.Graphics.ES30.SamplerParameterName * nativeptr<single> -> unit

Parameters

sampler
Int32
param
Single*
Attributes

Applies to

SamplerParameter(Int32, All, Int32)

Caution

Use the overload with strongly typed enumerations

[OpenTK.AutoGenerated(Category="3.0", EntryPoint="glSamplerParameteri", Version="3.0")]
[System.Obsolete("Use the overload with strongly typed enumerations")]
public static void SamplerParameter (int sampler, OpenTK.Graphics.ES30.All pname, int param);
static member SamplerParameter : int * OpenTK.Graphics.ES30.All * int -> unit

Parameters

sampler
Int32
pname
All
param
Int32
Attributes

Applies to

SamplerParameter(Int32, SamplerParameterName, Single[])

[OpenTK.AutoGenerated(Category="3.0", EntryPoint="glSamplerParameterfv", Version="3.0")]
public static void SamplerParameter (int sampler, OpenTK.Graphics.ES30.SamplerParameterName pname, float[] param);
static member SamplerParameter : int * OpenTK.Graphics.ES30.SamplerParameterName * single[] -> unit

Parameters

sampler
Int32
param
Single[]
Attributes

Applies to

SamplerParameter(Int32, All, Int32[])

Caution

Use the overload with strongly typed enumerations

[OpenTK.AutoGenerated(Category="3.0", EntryPoint="glSamplerParameteriv", Version="3.0")]
[System.Obsolete("Use the overload with strongly typed enumerations")]
public static void SamplerParameter (int sampler, OpenTK.Graphics.ES30.All pname, int[] param);
static member SamplerParameter : int * OpenTK.Graphics.ES30.All * int[] -> unit

Parameters

sampler
Int32
pname
All
param
Int32[]
Attributes

Applies to

SamplerParameter(Int32, All, Single)

Caution

Use the overload with strongly typed enumerations

[OpenTK.AutoGenerated(Category="3.0", EntryPoint="glSamplerParameterf", Version="3.0")]
[System.Obsolete("Use the overload with strongly typed enumerations")]
public static void SamplerParameter (int sampler, OpenTK.Graphics.ES30.All pname, float param);
static member SamplerParameter : int * OpenTK.Graphics.ES30.All * single -> unit

Parameters

sampler
Int32
pname
All
param
Single
Attributes

Applies to

SamplerParameter(Int32, All, Single*)

Caution

Use the overload with strongly typed enumerations

Important

This API is not CLS-compliant.

[OpenTK.AutoGenerated(Category="3.0", EntryPoint="glSamplerParameterfv", Version="3.0")]
[System.CLSCompliant(false)]
[System.Obsolete("Use the overload with strongly typed enumerations")]
public static void SamplerParameter (int sampler, OpenTK.Graphics.ES30.All pname, float* param);
static member SamplerParameter : int * OpenTK.Graphics.ES30.All * nativeptr<single> -> unit

Parameters

sampler
Int32
pname
All
param
Single*
Attributes

Applies to

SamplerParameter(Int32, All, Int32*)

Caution

Use the overload with strongly typed enumerations

Important

This API is not CLS-compliant.

[OpenTK.AutoGenerated(Category="3.0", EntryPoint="glSamplerParameteriv", Version="3.0")]
[System.CLSCompliant(false)]
[System.Obsolete("Use the overload with strongly typed enumerations")]
public static void SamplerParameter (int sampler, OpenTK.Graphics.ES30.All pname, int* param);
static member SamplerParameter : int * OpenTK.Graphics.ES30.All * nativeptr<int> -> unit

Parameters

sampler
Int32
pname
All
param
Int32*
Attributes

Applies to

SamplerParameter(Int32, SamplerParameterName, Int32)

[OpenTK.AutoGenerated(Category="3.0", EntryPoint="glSamplerParameteri", Version="3.0")]
public static void SamplerParameter (int sampler, OpenTK.Graphics.ES30.SamplerParameterName pname, int param);
static member SamplerParameter : int * OpenTK.Graphics.ES30.SamplerParameterName * int -> unit

Parameters

sampler
Int32
param
Int32
Attributes

Applies to

SamplerParameter(Int32, SamplerParameterName, Int32*)

Important

This API is not CLS-compliant.

[OpenTK.AutoGenerated(Category="3.0", EntryPoint="glSamplerParameteriv", Version="3.0")]
[System.CLSCompliant(false)]
public static void SamplerParameter (int sampler, OpenTK.Graphics.ES30.SamplerParameterName pname, int* param);
static member SamplerParameter : int * OpenTK.Graphics.ES30.SamplerParameterName * nativeptr<int> -> unit

Parameters

sampler
Int32
param
Int32*
Attributes

Applies to

SamplerParameter(Int32, SamplerParameterName, Int32[])

[OpenTK.AutoGenerated(Category="3.0", EntryPoint="glSamplerParameteriv", Version="3.0")]
public static void SamplerParameter (int sampler, OpenTK.Graphics.ES30.SamplerParameterName pname, int[] param);
static member SamplerParameter : int * OpenTK.Graphics.ES30.SamplerParameterName * int[] -> unit

Parameters

sampler
Int32
param
Int32[]
Attributes

Applies to

SamplerParameter(Int32, SamplerParameterName, Single)

[OpenTK.AutoGenerated(Category="3.0", EntryPoint="glSamplerParameterf", Version="3.0")]
public static void SamplerParameter (int sampler, OpenTK.Graphics.ES30.SamplerParameterName pname, float param);
static member SamplerParameter : int * OpenTK.Graphics.ES30.SamplerParameterName * single -> unit

Parameters

sampler
Int32
param
Single
Attributes

Applies to

SamplerParameter(Int32, All, Single[])

Caution

Use the overload with strongly typed enumerations

[OpenTK.AutoGenerated(Category="3.0", EntryPoint="glSamplerParameterfv", Version="3.0")]
[System.Obsolete("Use the overload with strongly typed enumerations")]
public static void SamplerParameter (int sampler, OpenTK.Graphics.ES30.All pname, float[] param);
static member SamplerParameter : int * OpenTK.Graphics.ES30.All * single[] -> unit

Parameters

sampler
Int32
pname
All
param
Single[]
Attributes

Applies to