点击或拖拽改变大小

OpenGLIndexPointer 方法

Define an array of color indexes.

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

参数

type
类型:SystemUInt32
Specifies the data type of each color index in the array. Symbolic constants OpenGL.UNSIGNED_BYTE, OpenGL.SHORT, OpenGL.INT, OpenGL.FLOAT, and OpenGL.DOUBLE are accepted.
stride
类型:SystemInt32
Specifies the byte offset between consecutive color indexes. If stride is 0 (the initial value), the color indexes are understood to be tightly packed in the array.
pointer
类型:SystemInt32
Specifies a pointer to the first index in the array.
参见