mirror of
https://github.com/RPCS3/rpcs3.git
synced 2025-04-21 12:05:23 +00:00
d3d12: Remove useless class member
This commit is contained in:
parent
28b964aeb0
commit
1c2849a736
1 changed files with 0 additions and 1 deletions
|
@ -44,7 +44,6 @@ class D3D12GSRender : public GSRender
|
|||
{
|
||||
private:
|
||||
size_t m_vertexBufferSize[32];
|
||||
std::vector<u8> m_vdata;
|
||||
// std::vector<PostDrawObj> m_post_draw_objs;
|
||||
|
||||
PipelineStateObjectCache m_cachePSO;
|
||||
|
|
Loading…
Add table
Reference in a new issue