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 (No longer supported, always returns IntPtr.Zero) |
| IntPtr Display | This is the Display* from X used to create the GLX context. (No longer supported, always returns IntPtr.Zero) |
| IntPtr Drawable | This is the GLXDrawable that StereoKit uses with glXMakeCurrent. (No longer supported, always returns IntPtr.Zero) |
Found an issue with these docs, or have some additional questions? Create an Issue on Github!