mirror of
https://github.com/love2d/love.git
synced 2026-08-16 16:20:42 +02:00
Add ability to configure which renderers are used by love.graphics.
- Add t.renderers and t.excluderenderers love.conf fields. They can be an array of renderer names. - Add --renderers a,list,of,renderernames and --excluderenderers more,renderers argument options.
This commit is contained in:
@@ -1599,7 +1599,7 @@ void Graphics::releaseBufferMapMemory(void *mem)
|
||||
free(mem);
|
||||
}
|
||||
|
||||
Graphics::Renderer Graphics::getRenderer() const
|
||||
Renderer Graphics::getRenderer() const
|
||||
{
|
||||
return RENDERER_OPENGL;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user