A lot of progress with canvas rendering, still far from working.
This commit is contained in:
parent
836c2109a0
commit
9b0dd4f571
61 changed files with 4357 additions and 468 deletions
|
|
@ -1,6 +1,13 @@
|
|||
#include "rendering_device.h"
|
||||
|
||||
RenderingDevice::RenderingDevice()
|
||||
{
|
||||
|
||||
RenderingDevice *RenderingDevice::singleton=NULL;
|
||||
|
||||
RenderingDevice *RenderingDevice::get_singleton() {
|
||||
return singleton;
|
||||
}
|
||||
|
||||
RenderingDevice::RenderingDevice() {
|
||||
|
||||
singleton=this;
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue