1
0
mirror of https://github.com/RPCS3/rpcs3.git synced 2024-11-22 02:32:36 +01:00

rsx: remove vertex_draw_count

This commit is contained in:
Vincent Lejeune 2016-08-10 21:43:12 +02:00
parent b8721b6475
commit 619d605a9e

View File

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