MCPcopy Create free account
hub / github.com/StereoKit/StereoKit / backend_opengl_glx_get_context

Method backend_opengl_glx_get_context

StereoKit/Native/NativeAPI.cs:684–684  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

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 ();

Callers 1

OpenGL_GLXClass · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected