Edit

kc3-lang/SDL/test

Branch :

  • Show log

    Commit

  • Author : Brandon Schaefer
    Date : 2019-09-24 16:36:48
    Hash : 68985371
    Message : 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