Start aligning Dx and OpenGl approaches.
This commit is contained in:
parent
d1ec8b4f68
commit
d99a36f24f
22 changed files with 899 additions and 366 deletions
|
@ -41,3 +41,8 @@ void DrawingContext::paint()
|
|||
|
||||
mPainter->paint(this);
|
||||
}
|
||||
|
||||
AbstractPainter* DrawingContext::getPainter() const
|
||||
{
|
||||
return mPainter.get();
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue