GL.TexParameter 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
TexParameter(All, All, Single) | |
TexParameter(All, All, Single[]) | |
TexParameter(All, All, Single*) | |
TexParameter(All, All, Int32[]) | |
TexParameter(All, All, Int32) | |
TexParameter(All, All, Int32*) |
TexParameter(All, All, Single)
[OpenTK.AutoGenerated(Category="1.1", EntryPoint="glTexParameterf", Version="1.1")]
public static void TexParameter (OpenTK.Graphics.ES11.All target, OpenTK.Graphics.ES11.All pname, float param);
static member TexParameter : OpenTK.Graphics.ES11.All * OpenTK.Graphics.ES11.All * single -> unit
Parameters
- target
- All
- pname
- All
- param
- Single
- Attributes
Applies to
TexParameter(All, All, Single[])
[OpenTK.AutoGenerated(Category="1.1", EntryPoint="glTexParameterfv", Version="1.1")]
public static void TexParameter (OpenTK.Graphics.ES11.All target, OpenTK.Graphics.ES11.All pname, float[] params);
static member TexParameter : OpenTK.Graphics.ES11.All * OpenTK.Graphics.ES11.All * single[] -> unit
Parameters
- target
- All
- pname
- All
- params
- Single[]
- Attributes
Applies to
TexParameter(All, All, Single*)
Important
This API is not CLS-compliant.
[OpenTK.AutoGenerated(Category="1.1", EntryPoint="glTexParameterfv", Version="1.1")]
[System.CLSCompliant(false)]
public static void TexParameter (OpenTK.Graphics.ES11.All target, OpenTK.Graphics.ES11.All pname, float* params);
static member TexParameter : OpenTK.Graphics.ES11.All * OpenTK.Graphics.ES11.All * nativeptr<single> -> unit
Parameters
- target
- All
- pname
- All
- params
- Single*
- Attributes
Applies to
TexParameter(All, All, Int32[])
[OpenTK.AutoGenerated(Category="1.1", EntryPoint="glTexParameteriv", Version="1.1")]
public static void TexParameter (OpenTK.Graphics.ES11.All target, OpenTK.Graphics.ES11.All pname, int[] params);
static member TexParameter : OpenTK.Graphics.ES11.All * OpenTK.Graphics.ES11.All * int[] -> unit
Parameters
- target
- All
- pname
- All
- params
- Int32[]
- Attributes
Applies to
TexParameter(All, All, Int32)
[OpenTK.AutoGenerated(Category="1.1", EntryPoint="glTexParameteri", Version="1.1")]
public static void TexParameter (OpenTK.Graphics.ES11.All target, OpenTK.Graphics.ES11.All pname, int param);
static member TexParameter : OpenTK.Graphics.ES11.All * OpenTK.Graphics.ES11.All * int -> unit
Parameters
- target
- All
- pname
- All
- param
- Int32
- Attributes
Applies to
TexParameter(All, All, Int32*)
Important
This API is not CLS-compliant.
[OpenTK.AutoGenerated(Category="1.1", EntryPoint="glTexParameteriv", Version="1.1")]
[System.CLSCompliant(false)]
public static void TexParameter (OpenTK.Graphics.ES11.All target, OpenTK.Graphics.ES11.All pname, int* params);
static member TexParameter : OpenTK.Graphics.ES11.All * OpenTK.Graphics.ES11.All * nativeptr<int> -> unit
Parameters
- target
- All
- pname
- All
- params
- Int32*
- Attributes