fixed nv3089::image_in scale value

This commit is contained in:
DHrpcs3 2016-01-06 02:24:57 +02:00
parent 8912b9880e
commit f7e787958e
2 changed files with 19 additions and 5 deletions

View file

@ -350,13 +350,18 @@ namespace rsx
void thread::end()
{
vertex_index_array.clear();
for (auto &vertex_array : vertex_arrays)
{
vertex_array.clear();
}
transform_constants.clear();
if (capture_current_frame)
{
capture_frame("Draw " + std::to_string(vertex_draw_count));
}
}
void thread::on_task()