mirror of
https://github.com/RPCS3/rpcs3.git
synced 2026-04-27 21:35:11 -06:00
d3d12: Remove useless class member
This commit is contained in:
parent
28b964aeb0
commit
1c2849a736
@ -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…
Reference in New Issue
Block a user