OpenGLTexCoordPointer 方法 (Int32, UInt32, Int32, IntPtr) |
This function sets the texture coord array.
命名空间:
DSkin.OpenGL
程序集:
DSkin (在 DSkin.dll 中) 版本:16.6.3.22
语法public void TexCoordPointer(
int size,
uint type,
int stride,
IntPtr pointer
)
参数
- size
- 类型:SystemInt32
The number of coords per set. - type
- 类型:SystemUInt32
The type of data. - stride
- 类型:SystemInt32
The number of bytes between coords. - pointer
- 类型:SystemIntPtr
The coords.
参见