Ensure everything is dirty on frame start.

This commit is contained in:
Unknown W. Brackets 2017-03-19 10:40:23 -07:00 committed by Henrik Rydgård
parent 945f57af39
commit 3960a4d791

View File

@ -370,6 +370,9 @@ GPUCommon::~GPUCommon() {
void GPUCommon::BeginHostFrame() { void GPUCommon::BeginHostFrame() {
ReapplyGfxState(); ReapplyGfxState();
// TODO: Assume config may have changed - maybe move to resize.
gstate_c.Dirty(DIRTY_ALL);
} }
void GPUCommon::EndHostFrame() { void GPUCommon::EndHostFrame() {