rsx: remove vertex_draw_count

This commit is contained in:
Vincent Lejeune 2016-08-10 21:43:12 +02:00
parent b8721b6475
commit 619d605a9e
1 changed files with 0 additions and 2 deletions

View File

@ -161,8 +161,6 @@ namespace rsx
GcmTileInfo tiles[limits::tiles_count];
GcmZcullInfo zculls[limits::zculls_count];
u32 vertex_draw_count = 0;
// Constant stored for whole frame
std::unordered_map<u32, color4f> local_transform_constants;