| 682 | [DllImport(dll, CharSet = cSet, CallingConvention = call)] public static extern IntPtr backend_opengl_wgl_get_hdc (); |
| 683 | [DllImport(dll, CharSet = cSet, CallingConvention = call)] public static extern IntPtr backend_opengl_wgl_get_hglrc (); |
| 684 | [DllImport(dll, CharSet = cSet, CallingConvention = call)] public static extern IntPtr backend_opengl_glx_get_context (); |
| 685 | [DllImport(dll, CharSet = cSet, CallingConvention = call)] public static extern IntPtr backend_opengl_glx_get_display (); |
| 686 | [DllImport(dll, CharSet = cSet, CallingConvention = call)] public static extern IntPtr backend_opengl_glx_get_drawable(); |
| 687 | [DllImport(dll, CharSet = cSet, CallingConvention = call)] public static extern IntPtr backend_opengl_egl_get_context (); |