点击或拖拽改变大小

OpenGLGL_LINE_STRIP 字段

Draws a connected group of line segments from the first vertex to the last. Vertices n and n+1 define line n. N - 1 lines are drawn.

命名空间:  DSkin.OpenGL
程序集:  DSkin (在 DSkin.dll 中) 版本:16.6.3.22
语法
C#
public const uint GL_LINE_STRIP = 3

字段值

类型:UInt32
参见