Refactor 2D pipeline creation

This commit is contained in:
Henrik Rydgård 2022-08-16 19:21:50 +02:00
parent cf23689219
commit 35a1ca064a
3 changed files with 80 additions and 92 deletions

View file

@ -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);
}