(RGL) Uses custom matrix code
This commit is contained in:
parent
a283a54bee
commit
c369aa97df
|
@ -124,6 +124,10 @@ VIDEO IMAGE
|
|||
VIDEO DRIVER
|
||||
============================================================ */
|
||||
|
||||
#if defined(__CELLOS_LV2__)
|
||||
#include "../../gfx/math/matrix.c"
|
||||
#endif
|
||||
|
||||
#if defined(HAVE_OPENGL)
|
||||
#include "../../gfx/gl.c"
|
||||
#elif defined(GEKKO)
|
||||
|
|
Loading…
Reference in New Issue