OpenGLVertexPointer 方法 (Int32, Int32, Int16) |
This function sets the address of the vertex pointer array.
命名空间:
DSkin.OpenGL
程序集:
DSkin (在 DSkin.dll 中) 版本:16.6.3.22
语法public void VertexPointer(
int size,
int stride,
short[] pointer
)
参数
- size
- 类型:SystemInt32
The number of coords per vertex. - stride
- 类型:SystemInt32
The byte offset between vertices. - pointer
- 类型:SystemInt16
The array.
参见