| 679 | [DllImport(dll, CharSet = cSet, CallingConvention = call)] public static extern BackendGraphics backend_graphics_get (); |
| 680 | [DllImport(dll, CharSet = cSet, CallingConvention = call)] public static extern IntPtr backend_d3d11_get_d3d_device (); |
| 681 | [DllImport(dll, CharSet = cSet, CallingConvention = call)] public static extern IntPtr backend_d3d11_get_d3d_context (); |
| 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 (); |