Refactor 2D pipeline creation
This commit is contained in:
parent
cf23689219
commit
35a1ca064a
3 changed files with 80 additions and 92 deletions
|
@ -47,7 +47,7 @@
|
|||
#include "GPU/GPUState.h"
|
||||
|
||||
FramebufferManagerCommon::FramebufferManagerCommon(Draw::DrawContext *draw)
|
||||
: draw_(draw), displayFormat_(GE_FORMAT_565) {
|
||||
: draw_(draw) {
|
||||
presentation_ = new PresentationCommon(draw);
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue