static class Backend

This class exposes some of StereoKit’s backend functionality. This allows for tighter integration with certain platforms, but also means your code becomes less portable. Everything in this class should be guarded by availability checks.

Static Fields and Properties

   
BackendGraphics Graphics This describes the graphics API thatStereoKit is using for rendering. StereoKit uses D3D11 for Windows platforms, and a flavor of OpenGL for Linux, Android, and Web.
BackendPlatform Platform What kind of platform is StereoKit running on? This can be important to tell you what APIs or functionality is available to the app.
BackendXRType XRType What technology is being used to drive StereoKit’s XR functionality? OpenXR is the most likely candidate here, but if you’re running the flatscreen Simulator, or running in the web with WebXR, then this will reflect that.




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