static class Backend.OpenGLES_EGL

When using OpenGL ES with the EGL 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 Android, and Linux builds can be configured to use this with the SK_LINUX_EGL cmake option when building the core StereoKitC library.

Static Fields and Properties

   
IntPtr Context This is the EGLContext StereoKit receives from eglCreateContext.
IntPtr Display This is the EGLDisplay StereoKit receives from eglGetDisplay




Found an issue with these docs, or have some additional questions? Create an Issue on Github!