mirror of
https://github.com/RPCSX/rpcsx.git
synced 2026-01-05 08:10:10 +01: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 a new issue