rsx/common: Track transform constant update.

This commit is contained in:
Vincent Lejeune 2016-02-21 18:56:56 +01:00
parent 9404cd5cd8
commit 79dc835378
3 changed files with 3 additions and 0 deletions

View file

@ -280,6 +280,7 @@ namespace rsx
};
m_rtts_dirty = true;
memset(m_textures_dirty, -1, sizeof(m_textures_dirty));
m_transform_constants_dirty = true;
}
thread::~thread()