OpenGLTexParameter 方法 (UInt32, UInt32, Single) |
This function sets the parameters for the currently binded texture object.
命名空间:
DSkin.OpenGL
程序集:
DSkin (在 DSkin.dll 中) 版本:16.6.3.22
语法public void TexParameter(
uint target,
uint pname,
float[] parameters
)
参数
- target
- 类型:SystemUInt32
The type of texture you are setting the parameter to, e.g. TEXTURE_2D - pname
- 类型:SystemUInt32
The parameter to set. - parameters
- 类型:SystemSingle
The value to set it to.
参见