- fix null drawers
- slightly better renderstyle drawer selection
This commit is contained in:
parent
d724b623d1
commit
0cb3605c70
5 changed files with 32 additions and 10 deletions
|
|
@ -17,6 +17,7 @@ class PolyFrameBuffer : public SystemBaseFrameBuffer
|
|||
public:
|
||||
RenderMemory *GetFrameMemory() { return &mFrameMemory; }
|
||||
PolyRenderState *GetRenderState() { return mRenderState.get(); }
|
||||
DCanvas *GetCanvas() { return mCanvas.get(); }
|
||||
const DrawerCommandQueuePtr &GetDrawCommands();
|
||||
void FlushDrawCommands();
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue