点击或拖拽改变大小

OpenGLGetTexParameter 方法 (UInt32, UInt32, Int32)

Return texture parameter values.

命名空间:  DSkin.OpenGL
程序集:  DSkin (在 DSkin.dll 中) 版本:16.6.3.22
语法
C#
public void GetTexParameter(
	uint target,
	uint pname,
	int[] parameters
)

参数

target
类型:SystemUInt32
Specifies the symbolic name of the target texture.
pname
类型:SystemUInt32
Specifies the symbolic name of a texture parameter.
parameters
类型:SystemInt32
Returns the texture parameters.
参见