点击或拖拽改变大小

OpenGLGetTexLevelParameter 方法 (UInt32, Int32, UInt32, Single)

Return texture parameter values for a specific level of detail.

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

参数

target
类型:SystemUInt32
Specifies the symbolic name of the target texture.
level
类型:SystemInt32
Specifies the level-of-detail number of the desired image. Level 0 is the base image level. Level n is the nth mipmap reduction image.
pname
类型:SystemUInt32
Specifies the symbolic name of a texture parameter.
parameters
类型:SystemSingle
Returns the requested data.
参见