mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-07-31 13:18:50 +00:00
D3DTexture: Remove unused bindflags D3DTexture2D member variable
This commit is contained in:
parent
52099d1b0a
commit
36e299ca80
1 changed files with 0 additions and 1 deletions
|
@ -42,7 +42,6 @@ private:
|
|||
ID3D11ShaderResourceView* srv = nullptr;
|
||||
ID3D11RenderTargetView* rtv = nullptr;
|
||||
ID3D11DepthStencilView* dsv = nullptr;
|
||||
D3D11_BIND_FLAG bindflags;
|
||||
UINT ref = 1;
|
||||
};
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue