点击或拖拽改变大小

OpenGLDeleteTextures 方法

This function deletes a set of Texture objects.

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

参数

n
类型:SystemInt32
Number of textures to delete.
textures
类型:SystemUInt32
The array containing the names of the textures to delete.
参见