mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-07-22 22:00:39 -06:00
D3DTexture: Remove unused bindflags D3DTexture2D member variable
This commit is contained in:
@ -42,7 +42,6 @@ private:
|
||||
ID3D11ShaderResourceView* srv = nullptr;
|
||||
ID3D11RenderTargetView* rtv = nullptr;
|
||||
ID3D11DepthStencilView* dsv = nullptr;
|
||||
D3D11_BIND_FLAG bindflags;
|
||||
UINT ref = 1;
|
||||
};
|
||||
|
||||
|
Reference in New Issue
Block a user