mirror of
https://github.com/RPCS3/rpcs3.git
synced 2025-04-28 13:28:01 +03:00
rsx: remove vertex_draw_count
This commit is contained in:
parent
b8721b6475
commit
619d605a9e
1 changed files with 0 additions and 2 deletions
|
@ -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;
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue