source/Graphics/Graphics.cpp: implement getDriver()
This commit is contained in:
parent
869b41c38a
commit
2bb0cbaf6b
1 changed files with 5 additions and 0 deletions
|
|
@ -79,6 +79,11 @@ void Graphics::swapBuffers()
|
||||||
m_display->swapBuffers();
|
m_display->swapBuffers();
|
||||||
}
|
}
|
||||||
|
|
||||||
|
GfxDriver* Graphics::getDriver()
|
||||||
|
{
|
||||||
|
return m_gfxdrv;
|
||||||
|
}
|
||||||
|
|
||||||
Display* Graphics::getDisplay()
|
Display* Graphics::getDisplay()
|
||||||
{
|
{
|
||||||
return m_display;
|
return m_display;
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue