GL.TexParameter 方法
定义
重要
一些信息与预发行产品相关,相应产品在发行之前可能会进行重大修改。 对于此处提供的信息,Microsoft 不作任何明示或暗示的担保。
重载
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
参数
- target
- TextureTarget
- pname
- TextureParameterName
- params
- Int32[]
- 属性
适用于
TexParameter(TextureTarget, TextureParameterName, Int32*)
重要
此 API 不符合 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
参数
- target
- TextureTarget
- pname
- TextureParameterName
- params
- Int32*
- 属性
适用于
TexParameter(TextureTarget, TextureParameterName, Single*)
重要
此 API 不符合 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
参数
- target
- TextureTarget
- pname
- TextureParameterName
- params
- Single*
- 属性
适用于
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
参数
- target
- TextureTarget
- pname
- TextureParameterName
- param
- Single
- 属性
适用于
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
参数
- target
- TextureTarget
- pname
- TextureParameterName
- param
- Int32
- 属性
适用于
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
参数
- target
- TextureTarget
- pname
- TextureParameterName
- params
- Single[]
- 属性
适用于
TexParameter(All, All, Single*)
注意
Use the overload with strongly typed enumerations
重要
此 API 不符合 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
参数
- target
- All
- pname
- All
- params
- Single*
- 属性
适用于
TexParameter(All, All, Single)
注意
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
参数
- target
- All
- pname
- All
- param
- Single
- 属性
适用于
TexParameter(All, All, Int32[])
注意
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
参数
- target
- All
- pname
- All
- params
- Int32[]
- 属性
适用于
TexParameter(All, All, Int32*)
注意
Use the overload with strongly typed enumerations
重要
此 API 不符合 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
参数
- target
- All
- pname
- All
- params
- Int32*
- 属性
适用于
TexParameter(All, All, Int32)
注意
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
参数
- target
- All
- pname
- All
- param
- Int32
- 属性
适用于
TexParameter(All, All, Single[])
注意
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
参数
- target
- All
- pname
- All
- params
- Single[]
- 属性