mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-08-12 02:59:00 +00:00
D3D: Drop redundant interface TextureEncoder
This commit is contained in:
parent
90acceaf41
commit
97dc773a3e
12 changed files with 5 additions and 76 deletions
|
@ -9,11 +9,11 @@
|
|||
|
||||
#include "Common/CommonTypes.h"
|
||||
#include "VideoBackends/D3D12/D3DBase.h"
|
||||
#include "VideoBackends/D3D12/TextureEncoder.h"
|
||||
#include "VideoCommon/VideoCommon.h"
|
||||
|
||||
namespace DX12
|
||||
{
|
||||
class PSTextureEncoder final : public TextureEncoder
|
||||
class PSTextureEncoder final
|
||||
{
|
||||
public:
|
||||
PSTextureEncoder();
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue