GL.GetSamplerParameter 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
GetSamplerParameter(UInt32, All, Int32[])
Caution
Use the overload with strongly typed enumerations
Important
This API is not CLS-compliant.
[OpenTK.AutoGenerated(Category="3.0", EntryPoint="glGetSamplerParameteriv", Version="3.0")]
[System.CLSCompliant(false)]
[System.Obsolete("Use the overload with strongly typed enumerations")]
public static void GetSamplerParameter (uint sampler, OpenTK.Graphics.ES30.All pname, int[] params);
static member GetSamplerParameter : uint32 * OpenTK.Graphics.ES30.All * int[] -> unit
Parameters
- sampler
- UInt32
- pname
- All
- params
- Int32[]
- Attributes
Applies to
GetSamplerParameter(UInt32, All, Single)
Caution
Use the overload with strongly typed enumerations
Important
This API is not CLS-compliant.
[OpenTK.AutoGenerated(Category="3.0", EntryPoint="glGetSamplerParameterfv", Version="3.0")]
[System.CLSCompliant(false)]
[System.Obsolete("Use the overload with strongly typed enumerations")]
public static void GetSamplerParameter (uint sampler, OpenTK.Graphics.ES30.All pname, out float params);
static member GetSamplerParameter : uint32 * OpenTK.Graphics.ES30.All * -> unit
Parameters
- sampler
- UInt32
- pname
- All
- params
- Single
- Attributes
Applies to
GetSamplerParameter(UInt32, All, Single*)
Caution
Use the overload with strongly typed enumerations
Important
This API is not CLS-compliant.
[OpenTK.AutoGenerated(Category="3.0", EntryPoint="glGetSamplerParameterfv", Version="3.0")]
[System.CLSCompliant(false)]
[System.Obsolete("Use the overload with strongly typed enumerations")]
public static void GetSamplerParameter (uint sampler, OpenTK.Graphics.ES30.All pname, float* params);
static member GetSamplerParameter : uint32 * OpenTK.Graphics.ES30.All * nativeptr<single> -> unit
Parameters
- sampler
- UInt32
- pname
- All
- params
- Single*
- Attributes
Applies to
GetSamplerParameter(UInt32, All, Single[])
Caution
Use the overload with strongly typed enumerations
Important
This API is not CLS-compliant.
[OpenTK.AutoGenerated(Category="3.0", EntryPoint="glGetSamplerParameterfv", Version="3.0")]
[System.CLSCompliant(false)]
[System.Obsolete("Use the overload with strongly typed enumerations")]
public static void GetSamplerParameter (uint sampler, OpenTK.Graphics.ES30.All pname, float[] params);
static member GetSamplerParameter : uint32 * OpenTK.Graphics.ES30.All * single[] -> unit
Parameters
- sampler
- UInt32
- pname
- All
- params
- Single[]
- Attributes
Applies to
GetSamplerParameter(UInt32, SamplerParameterName, Int32)
Important
This API is not CLS-compliant.
[OpenTK.AutoGenerated(Category="3.0", EntryPoint="glGetSamplerParameteriv", Version="3.0")]
[System.CLSCompliant(false)]
public static void GetSamplerParameter (uint sampler, OpenTK.Graphics.ES30.SamplerParameterName pname, out int params);
static member GetSamplerParameter : uint32 * OpenTK.Graphics.ES30.SamplerParameterName * -> unit
Parameters
- sampler
- UInt32
- pname
- SamplerParameterName
- params
- Int32
- Attributes
Applies to
GetSamplerParameter(UInt32, SamplerParameterName, Single*)
Important
This API is not CLS-compliant.
[OpenTK.AutoGenerated(Category="3.0", EntryPoint="glGetSamplerParameterfv", Version="3.0")]
[System.CLSCompliant(false)]
public static void GetSamplerParameter (uint sampler, OpenTK.Graphics.ES30.SamplerParameterName pname, float* params);
static member GetSamplerParameter : uint32 * OpenTK.Graphics.ES30.SamplerParameterName * nativeptr<single> -> unit
Parameters
- sampler
- UInt32
- pname
- SamplerParameterName
- params
- Single*
- Attributes
Applies to
GetSamplerParameter(UInt32, SamplerParameterName, Int32[])
Important
This API is not CLS-compliant.
[OpenTK.AutoGenerated(Category="3.0", EntryPoint="glGetSamplerParameteriv", Version="3.0")]
[System.CLSCompliant(false)]
public static void GetSamplerParameter (uint sampler, OpenTK.Graphics.ES30.SamplerParameterName pname, int[] params);
static member GetSamplerParameter : uint32 * OpenTK.Graphics.ES30.SamplerParameterName * int[] -> unit
Parameters
- sampler
- UInt32
- pname
- SamplerParameterName
- params
- Int32[]
- Attributes
Applies to
GetSamplerParameter(UInt32, SamplerParameterName, Single)
Important
This API is not CLS-compliant.
[OpenTK.AutoGenerated(Category="3.0", EntryPoint="glGetSamplerParameterfv", Version="3.0")]
[System.CLSCompliant(false)]
public static void GetSamplerParameter (uint sampler, OpenTK.Graphics.ES30.SamplerParameterName pname, out float params);
static member GetSamplerParameter : uint32 * OpenTK.Graphics.ES30.SamplerParameterName * -> unit
Parameters
- sampler
- UInt32
- pname
- SamplerParameterName
- params
- Single
- Attributes
Applies to
GetSamplerParameter(UInt32, SamplerParameterName, Single[])
Important
This API is not CLS-compliant.
[OpenTK.AutoGenerated(Category="3.0", EntryPoint="glGetSamplerParameterfv", Version="3.0")]
[System.CLSCompliant(false)]
public static void GetSamplerParameter (uint sampler, OpenTK.Graphics.ES30.SamplerParameterName pname, float[] params);
static member GetSamplerParameter : uint32 * OpenTK.Graphics.ES30.SamplerParameterName * single[] -> unit
Parameters
- sampler
- UInt32
- pname
- SamplerParameterName
- params
- Single[]
- Attributes
Applies to
GetSamplerParameter(UInt32, All, Int32*)
Caution
Use the overload with strongly typed enumerations
Important
This API is not CLS-compliant.
[OpenTK.AutoGenerated(Category="3.0", EntryPoint="glGetSamplerParameteriv", Version="3.0")]
[System.CLSCompliant(false)]
[System.Obsolete("Use the overload with strongly typed enumerations")]
public static void GetSamplerParameter (uint sampler, OpenTK.Graphics.ES30.All pname, int* params);
static member GetSamplerParameter : uint32 * OpenTK.Graphics.ES30.All * nativeptr<int> -> unit
Parameters
- sampler
- UInt32
- pname
- All
- params
- Int32*
- Attributes
Applies to
GetSamplerParameter(UInt32, SamplerParameterName, Int32*)
Important
This API is not CLS-compliant.
[OpenTK.AutoGenerated(Category="3.0", EntryPoint="glGetSamplerParameteriv", Version="3.0")]
[System.CLSCompliant(false)]
public static void GetSamplerParameter (uint sampler, OpenTK.Graphics.ES30.SamplerParameterName pname, int* params);
static member GetSamplerParameter : uint32 * OpenTK.Graphics.ES30.SamplerParameterName * nativeptr<int> -> unit
Parameters
- sampler
- UInt32
- pname
- SamplerParameterName
- params
- Int32*
- Attributes
Applies to
GetSamplerParameter(UInt32, All, Int32)
Caution
Use the overload with strongly typed enumerations
Important
This API is not CLS-compliant.
[OpenTK.AutoGenerated(Category="3.0", EntryPoint="glGetSamplerParameteriv", Version="3.0")]
[System.CLSCompliant(false)]
[System.Obsolete("Use the overload with strongly typed enumerations")]
public static void GetSamplerParameter (uint sampler, OpenTK.Graphics.ES30.All pname, out int params);
static member GetSamplerParameter : uint32 * OpenTK.Graphics.ES30.All * -> unit
Parameters
- sampler
- UInt32
- pname
- All
- params
- Int32
- Attributes
Applies to
GetSamplerParameter(Int32, All, Single[])
Caution
Use the overload with strongly typed enumerations
[OpenTK.AutoGenerated(Category="3.0", EntryPoint="glGetSamplerParameterfv", Version="3.0")]
[System.Obsolete("Use the overload with strongly typed enumerations")]
public static void GetSamplerParameter (int sampler, OpenTK.Graphics.ES30.All pname, float[] params);
static member GetSamplerParameter : int * OpenTK.Graphics.ES30.All * single[] -> unit
Parameters
- sampler
- Int32
- pname
- All
- params
- Single[]
- Attributes
Applies to
GetSamplerParameter(Int32, SamplerParameterName, Single*)
Important
This API is not CLS-compliant.
[OpenTK.AutoGenerated(Category="3.0", EntryPoint="glGetSamplerParameterfv", Version="3.0")]
[System.CLSCompliant(false)]
public static void GetSamplerParameter (int sampler, OpenTK.Graphics.ES30.SamplerParameterName pname, float* params);
static member GetSamplerParameter : int * OpenTK.Graphics.ES30.SamplerParameterName * nativeptr<single> -> unit
Parameters
- sampler
- Int32
- pname
- SamplerParameterName
- params
- Single*
- Attributes
Applies to
GetSamplerParameter(Int32, SamplerParameterName, Single)
[OpenTK.AutoGenerated(Category="3.0", EntryPoint="glGetSamplerParameterfv", Version="3.0")]
public static void GetSamplerParameter (int sampler, OpenTK.Graphics.ES30.SamplerParameterName pname, out float params);
static member GetSamplerParameter : int * OpenTK.Graphics.ES30.SamplerParameterName * -> unit
Parameters
- sampler
- Int32
- pname
- SamplerParameterName
- params
- Single
- Attributes
Applies to
GetSamplerParameter(Int32, SamplerParameterName, Int32[])
[OpenTK.AutoGenerated(Category="3.0", EntryPoint="glGetSamplerParameteriv", Version="3.0")]
public static void GetSamplerParameter (int sampler, OpenTK.Graphics.ES30.SamplerParameterName pname, int[] params);
static member GetSamplerParameter : int * OpenTK.Graphics.ES30.SamplerParameterName * int[] -> unit
Parameters
- sampler
- Int32
- pname
- SamplerParameterName
- params
- Int32[]
- Attributes
Applies to
GetSamplerParameter(Int32, SamplerParameterName, Int32*)
Important
This API is not CLS-compliant.
[OpenTK.AutoGenerated(Category="3.0", EntryPoint="glGetSamplerParameteriv", Version="3.0")]
[System.CLSCompliant(false)]
public static void GetSamplerParameter (int sampler, OpenTK.Graphics.ES30.SamplerParameterName pname, int* params);
static member GetSamplerParameter : int * OpenTK.Graphics.ES30.SamplerParameterName * nativeptr<int> -> unit
Parameters
- sampler
- Int32
- pname
- SamplerParameterName
- params
- Int32*
- Attributes
Applies to
GetSamplerParameter(Int32, SamplerParameterName, Int32)
[OpenTK.AutoGenerated(Category="3.0", EntryPoint="glGetSamplerParameteriv", Version="3.0")]
public static void GetSamplerParameter (int sampler, OpenTK.Graphics.ES30.SamplerParameterName pname, out int params);
static member GetSamplerParameter : int * OpenTK.Graphics.ES30.SamplerParameterName * -> unit
Parameters
- sampler
- Int32
- pname
- SamplerParameterName
- params
- Int32
- Attributes
Applies to
GetSamplerParameter(Int32, SamplerParameterName, Single[])
[OpenTK.AutoGenerated(Category="3.0", EntryPoint="glGetSamplerParameterfv", Version="3.0")]
public static void GetSamplerParameter (int sampler, OpenTK.Graphics.ES30.SamplerParameterName pname, float[] params);
static member GetSamplerParameter : int * OpenTK.Graphics.ES30.SamplerParameterName * single[] -> unit
Parameters
- sampler
- Int32
- pname
- SamplerParameterName
- params
- Single[]
- Attributes
Applies to
GetSamplerParameter(Int32, All, Single*)
Caution
Use the overload with strongly typed enumerations
Important
This API is not CLS-compliant.
[OpenTK.AutoGenerated(Category="3.0", EntryPoint="glGetSamplerParameterfv", Version="3.0")]
[System.CLSCompliant(false)]
[System.Obsolete("Use the overload with strongly typed enumerations")]
public static void GetSamplerParameter (int sampler, OpenTK.Graphics.ES30.All pname, float* params);
static member GetSamplerParameter : int * OpenTK.Graphics.ES30.All * nativeptr<single> -> unit
Parameters
- sampler
- Int32
- pname
- All
- params
- Single*
- Attributes
Applies to
GetSamplerParameter(Int32, All, Single)
Caution
Use the overload with strongly typed enumerations
[OpenTK.AutoGenerated(Category="3.0", EntryPoint="glGetSamplerParameterfv", Version="3.0")]
[System.Obsolete("Use the overload with strongly typed enumerations")]
public static void GetSamplerParameter (int sampler, OpenTK.Graphics.ES30.All pname, out float params);
static member GetSamplerParameter : int * OpenTK.Graphics.ES30.All * -> unit
Parameters
- sampler
- Int32
- pname
- All
- params
- Single
- Attributes
Applies to
GetSamplerParameter(Int32, All, Int32[])
Caution
Use the overload with strongly typed enumerations
[OpenTK.AutoGenerated(Category="3.0", EntryPoint="glGetSamplerParameteriv", Version="3.0")]
[System.Obsolete("Use the overload with strongly typed enumerations")]
public static void GetSamplerParameter (int sampler, OpenTK.Graphics.ES30.All pname, int[] params);
static member GetSamplerParameter : int * OpenTK.Graphics.ES30.All * int[] -> unit
Parameters
- sampler
- Int32
- pname
- All
- params
- Int32[]
- Attributes
Applies to
GetSamplerParameter(Int32, All, Int32*)
Caution
Use the overload with strongly typed enumerations
Important
This API is not CLS-compliant.
[OpenTK.AutoGenerated(Category="3.0", EntryPoint="glGetSamplerParameteriv", Version="3.0")]
[System.CLSCompliant(false)]
[System.Obsolete("Use the overload with strongly typed enumerations")]
public static void GetSamplerParameter (int sampler, OpenTK.Graphics.ES30.All pname, int* params);
static member GetSamplerParameter : int * OpenTK.Graphics.ES30.All * nativeptr<int> -> unit
Parameters
- sampler
- Int32
- pname
- All
- params
- Int32*
- Attributes
Applies to
GetSamplerParameter(Int32, All, Int32)
Caution
Use the overload with strongly typed enumerations
[OpenTK.AutoGenerated(Category="3.0", EntryPoint="glGetSamplerParameteriv", Version="3.0")]
[System.Obsolete("Use the overload with strongly typed enumerations")]
public static void GetSamplerParameter (int sampler, OpenTK.Graphics.ES30.All pname, out int params);
static member GetSamplerParameter : int * OpenTK.Graphics.ES30.All * -> unit
Parameters
- sampler
- Int32
- pname
- All
- params
- Int32
- Attributes