点击或拖拽改变大小

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

This function sets the texture coord array.

命名空间:  DSkin.OpenGL
程序集:  DSkin (在 DSkin.dll 中) 版本:16.6.3.22
语法
C#
public void TexCoordPointer(
	int size,
	uint type,
	int stride,
	float[] pointer
)

参数

size
类型:SystemInt32
The number of coords per set.
type
类型:SystemUInt32
The type of data.
stride
类型:SystemInt32
The number of bytes between coords.
pointer
类型:SystemSingle
The coords.
参见