GL.TexParameter Método
Definición
Importante
Parte de la información hace referencia a la versión preliminar del producto, que puede haberse modificado sustancialmente antes de lanzar la versión definitiva. Microsoft no otorga ninguna garantía, explícita o implícita, con respecto a la información proporcionada aquí.
Sobrecargas
TexParameter(TextureTarget, TextureParameterName, Int32[])
[OpenTK.AutoGenerated(Category="2.0", EntryPoint="glTexParameteriv", Version="2.0")]
public static void TexParameter (OpenTK.Graphics.ES20.TextureTarget target, OpenTK.Graphics.ES20.TextureParameterName pname, int[] params);
static member TexParameter : OpenTK.Graphics.ES20.TextureTarget * OpenTK.Graphics.ES20.TextureParameterName * int[] -> unit
Parámetros
- target
- TextureTarget
- pname
- TextureParameterName
- params
- Int32[]
- Atributos
Se aplica a
TexParameter(TextureTarget, TextureParameterName, Int32*)
Importante
Esta API no es conforme a CLS.
[OpenTK.AutoGenerated(Category="2.0", EntryPoint="glTexParameteriv", Version="2.0")]
[System.CLSCompliant(false)]
public static void TexParameter (OpenTK.Graphics.ES20.TextureTarget target, OpenTK.Graphics.ES20.TextureParameterName pname, int* params);
static member TexParameter : OpenTK.Graphics.ES20.TextureTarget * OpenTK.Graphics.ES20.TextureParameterName * nativeptr<int> -> unit
Parámetros
- target
- TextureTarget
- pname
- TextureParameterName
- params
- Int32*
- Atributos
Se aplica a
TexParameter(TextureTarget, TextureParameterName, Single*)
Importante
Esta API no es conforme a CLS.
[OpenTK.AutoGenerated(Category="2.0", EntryPoint="glTexParameterfv", Version="2.0")]
[System.CLSCompliant(false)]
public static void TexParameter (OpenTK.Graphics.ES20.TextureTarget target, OpenTK.Graphics.ES20.TextureParameterName pname, float* params);
static member TexParameter : OpenTK.Graphics.ES20.TextureTarget * OpenTK.Graphics.ES20.TextureParameterName * nativeptr<single> -> unit
Parámetros
- target
- TextureTarget
- pname
- TextureParameterName
- params
- Single*
- Atributos
Se aplica a
TexParameter(TextureTarget, TextureParameterName, Single)
[OpenTK.AutoGenerated(Category="2.0", EntryPoint="glTexParameterf", Version="2.0")]
public static void TexParameter (OpenTK.Graphics.ES20.TextureTarget target, OpenTK.Graphics.ES20.TextureParameterName pname, float param);
static member TexParameter : OpenTK.Graphics.ES20.TextureTarget * OpenTK.Graphics.ES20.TextureParameterName * single -> unit
Parámetros
- target
- TextureTarget
- pname
- TextureParameterName
- param
- Single
- Atributos
Se aplica a
TexParameter(TextureTarget, TextureParameterName, Int32)
[OpenTK.AutoGenerated(Category="2.0", EntryPoint="glTexParameteri", Version="2.0")]
public static void TexParameter (OpenTK.Graphics.ES20.TextureTarget target, OpenTK.Graphics.ES20.TextureParameterName pname, int param);
static member TexParameter : OpenTK.Graphics.ES20.TextureTarget * OpenTK.Graphics.ES20.TextureParameterName * int -> unit
Parámetros
- target
- TextureTarget
- pname
- TextureParameterName
- param
- Int32
- Atributos
Se aplica a
TexParameter(TextureTarget, TextureParameterName, Single[])
[OpenTK.AutoGenerated(Category="2.0", EntryPoint="glTexParameterfv", Version="2.0")]
public static void TexParameter (OpenTK.Graphics.ES20.TextureTarget target, OpenTK.Graphics.ES20.TextureParameterName pname, float[] params);
static member TexParameter : OpenTK.Graphics.ES20.TextureTarget * OpenTK.Graphics.ES20.TextureParameterName * single[] -> unit
Parámetros
- target
- TextureTarget
- pname
- TextureParameterName
- params
- Single[]
- Atributos
Se aplica a
TexParameter(All, All, Single*)
Precaución
Use the overload with strongly typed enumerations
Importante
Esta API no es conforme a CLS.
[OpenTK.AutoGenerated(Category="2.0", EntryPoint="glTexParameterfv", Version="2.0")]
[System.CLSCompliant(false)]
[System.Obsolete("Use the overload with strongly typed enumerations")]
public static void TexParameter (OpenTK.Graphics.ES20.All target, OpenTK.Graphics.ES20.All pname, float* params);
static member TexParameter : OpenTK.Graphics.ES20.All * OpenTK.Graphics.ES20.All * nativeptr<single> -> unit
Parámetros
- target
- All
- pname
- All
- params
- Single*
- Atributos
Se aplica a
TexParameter(All, All, Single)
Precaución
Use the overload with strongly typed enumerations
[OpenTK.AutoGenerated(Category="2.0", EntryPoint="glTexParameterf", Version="2.0")]
[System.Obsolete("Use the overload with strongly typed enumerations")]
public static void TexParameter (OpenTK.Graphics.ES20.All target, OpenTK.Graphics.ES20.All pname, float param);
static member TexParameter : OpenTK.Graphics.ES20.All * OpenTK.Graphics.ES20.All * single -> unit
Parámetros
- target
- All
- pname
- All
- param
- Single
- Atributos
Se aplica a
TexParameter(All, All, Int32[])
Precaución
Use the overload with strongly typed enumerations
[OpenTK.AutoGenerated(Category="2.0", EntryPoint="glTexParameteriv", Version="2.0")]
[System.Obsolete("Use the overload with strongly typed enumerations")]
public static void TexParameter (OpenTK.Graphics.ES20.All target, OpenTK.Graphics.ES20.All pname, int[] params);
static member TexParameter : OpenTK.Graphics.ES20.All * OpenTK.Graphics.ES20.All * int[] -> unit
Parámetros
- target
- All
- pname
- All
- params
- Int32[]
- Atributos
Se aplica a
TexParameter(All, All, Int32*)
Precaución
Use the overload with strongly typed enumerations
Importante
Esta API no es conforme a CLS.
[OpenTK.AutoGenerated(Category="2.0", EntryPoint="glTexParameteriv", Version="2.0")]
[System.CLSCompliant(false)]
[System.Obsolete("Use the overload with strongly typed enumerations")]
public static void TexParameter (OpenTK.Graphics.ES20.All target, OpenTK.Graphics.ES20.All pname, int* params);
static member TexParameter : OpenTK.Graphics.ES20.All * OpenTK.Graphics.ES20.All * nativeptr<int> -> unit
Parámetros
- target
- All
- pname
- All
- params
- Int32*
- Atributos
Se aplica a
TexParameter(All, All, Int32)
Precaución
Use the overload with strongly typed enumerations
[OpenTK.AutoGenerated(Category="2.0", EntryPoint="glTexParameteri", Version="2.0")]
[System.Obsolete("Use the overload with strongly typed enumerations")]
public static void TexParameter (OpenTK.Graphics.ES20.All target, OpenTK.Graphics.ES20.All pname, int param);
static member TexParameter : OpenTK.Graphics.ES20.All * OpenTK.Graphics.ES20.All * int -> unit
Parámetros
- target
- All
- pname
- All
- param
- Int32
- Atributos
Se aplica a
TexParameter(All, All, Single[])
Precaución
Use the overload with strongly typed enumerations
[OpenTK.AutoGenerated(Category="2.0", EntryPoint="glTexParameterfv", Version="2.0")]
[System.Obsolete("Use the overload with strongly typed enumerations")]
public static void TexParameter (OpenTK.Graphics.ES20.All target, OpenTK.Graphics.ES20.All pname, float[] params);
static member TexParameter : OpenTK.Graphics.ES20.All * OpenTK.Graphics.ES20.All * single[] -> unit
Parámetros
- target
- All
- pname
- All
- params
- Single[]
- Atributos