commit | 937d0c8dedc72166993a00e1f3eb9ffb24d737b0 | [log] [tgz] |
---|---|---|
author | Brandon Schaefer <brandon.schaefer@epicgames.com> | Tue Sep 24 16:36:48 2019 -0400 |
committer | Brandon Schaefer <brandon.schaefer@epicgames.com> | Tue Sep 24 16:36:48 2019 -0400 |
tree | 61ff79c3f0260e9d162debb642bd9cf700453cd9 | |
parent | 3d7da5439284dfcb9c5bd81241c6075422c544ad [diff] |
offscreen: Add new video driver backend Offscreen The Offscreen video driver is intended to be used for headless rendering as well as allows for multiple GPUs to be used for headless rendering Currently only supports EGL (OpenGL / ES) or Framebuffers Adds a hint to specifiy which EGL device to use: SDL_HINT_EGL_DEVICE Adds testoffscreen.c which can be used to test the backend out Disabled by default for now