点击或拖拽改变大小

OpenGLwglShareLists 方法

Link two render contexts so they share lists (buffer IDs, etc.)

命名空间:  DSkin.OpenGL
程序集:  DSkin (在 DSkin.dll 中) 版本:16.6.3.22
语法
C#
public static bool wglShareLists(
	IntPtr hrc1,
	IntPtr hrc2
)

参数

hrc1
类型:SystemIntPtr
The first context.
hrc2
类型:SystemIntPtr
The second context.

返回值

类型:Boolean
If the function succeeds, the return value is TRUE. If the function fails, the return value is FALSE. To get extended error information, call GetLastError.
参见