mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-06-13 00:58:29 +02:00
D3D11: Use D3D11_USAGE_DEFAULT for all TextureCache textures
This commit is contained in:
@ -20,8 +20,6 @@ private:
|
||||
{
|
||||
D3DTexture2D* const texture;
|
||||
|
||||
D3D11_USAGE usage;
|
||||
|
||||
TCacheEntry(const TCacheEntryConfig& config, D3DTexture2D* _tex)
|
||||
: TCacheEntryBase(config), texture(_tex)
|
||||
{
|
||||
|
Reference in New Issue
Block a user