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

Method backend_opengl_egl_get_context

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

Source from the content-addressed store, hash-verified

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 ();
688 [DllImport(dll, CharSet = cSet, CallingConvention = call)] public static extern IntPtr backend_opengl_egl_get_display ();
689
690 ///////////////////////////////////////////

Callers 1

OpenGLES_EGLClass · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected