mirror of
https://github.com/panda3d/panda3d.git
synced 2026-05-05 14:10:36 -05:00
tinysdgl -> sdl
This commit is contained in:
+7
-6
@@ -616,12 +616,13 @@
|
||||
// Similar to MIN_GL_VERSION, above.
|
||||
#define MIN_MESA_VERSION 1 1
|
||||
|
||||
// Experimental: TinySDGL, a variant on TinyGL ported to SDL. Used
|
||||
// for fast but cheesy software rendering.
|
||||
#define TINYSDGL_IPATH
|
||||
#define TINYSDGL_LPATH
|
||||
#define TINYSDGL_LIBS TinySDGL TinyGLU SDL
|
||||
#defer HAVE_TINYSDGL $[libtest $[TINYSDGL_LPATH],$[TINYSDGL_LIBS]]
|
||||
// We are experimenting with integrating TinyGL for fast but cheesy
|
||||
// software rendering. Presently, this requires SDL for window
|
||||
// management.
|
||||
#define SDL_IPATH
|
||||
#define SDL_LPATH
|
||||
#define SDL_LIBS SDL
|
||||
#defer HAVE_SDL $[libtest $[SDL_LPATH],$[SDL_LIBS]]
|
||||
|
||||
// Is the Chromium remote-rendering library installed, and where?
|
||||
// This should include libcr_opengl32.
|
||||
|
||||
Reference in New Issue
Block a user