mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2026-05-08 04:41:06 -05:00
D3D: Drop redundant interface TextureEncoder
This commit is contained in:
@@ -7,7 +7,6 @@
|
||||
#include <map>
|
||||
|
||||
#include "Common/CommonTypes.h"
|
||||
#include "VideoBackends/D3D/TextureEncoder.h"
|
||||
#include "VideoCommon/VideoCommon.h"
|
||||
|
||||
struct ID3D11Texture2D;
|
||||
@@ -25,7 +24,7 @@ struct ID3D11SamplerState;
|
||||
|
||||
namespace DX11
|
||||
{
|
||||
class PSTextureEncoder : public TextureEncoder
|
||||
class PSTextureEncoder final
|
||||
{
|
||||
public:
|
||||
PSTextureEncoder();
|
||||
|
||||
Reference in New Issue
Block a user