Define an array of edge flags.
命名空间:
DSkin.OpenGL
程序集:
DSkin (在 DSkin.dll 中) 版本:16.6.3.22
语法public void EdgeFlagPointer(
int stride,
int[] pointer
)
参数
- stride
- 类型:SystemInt32
Specifies the byte offset between consecutive edge flags. If stride is 0 (the initial value), the edge flags are understood to be tightly packed in the array. - pointer
- 类型:SystemInt32
Specifies a pointer to the first edge flag in the array.
参见