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

Method backend_opengl_egl_get_display

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

Source from the content-addressed store, hash-verified

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 ///////////////////////////////////////////
691

Callers 1

OpenGLES_EGLClass · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected