static class Backend.OpenGL_GLX
When using OpenGL with the GLX loader for rendering, this contains a number of variables that may be useful for doing advanced rendering tasks. This is the default rendering backend for Linux.
Static Fields and Properties
IntPtr Context | This is the GLXContext that StereoKit uses with glXMakeCurrent |
IntPtr Display | This is the Display* from X used to create the GLX context. |
IntPtr Drawable | This is the GLXDrawable that StereoKit uses with glXMakeCurrent . |
Found an issue with these docs, or have some additional questions? Create an Issue on Github!