From b2416c64664f039e460ec64fbb6264c074cb281c Mon Sep 17 00:00:00 2001 From: Connor McLaughlin Date: Mon, 2 Jan 2023 22:41:24 +1000 Subject: [PATCH] GS/DX12: Remove undefined functions from header --- pcsx2/GS/Renderers/DX12/GSDevice12.h | 3 --- 1 file changed, 3 deletions(-) diff --git a/pcsx2/GS/Renderers/DX12/GSDevice12.h b/pcsx2/GS/Renderers/DX12/GSDevice12.h index 5a018b1dd5..1e041759bc 100644 --- a/pcsx2/GS/Renderers/DX12/GSDevice12.h +++ b/pcsx2/GS/Renderers/DX12/GSDevice12.h @@ -256,9 +256,6 @@ public: bool DownloadTexture(GSTexture* src, const GSVector4i& rect, GSTexture::GSMap& out_map) override; void DownloadTextureComplete() override; - GSTexture* DrawForReadback(GSTexture* src, const GSVector4& sRect, int w, int h, int format = 0, int ps_shader = 0); - bool ReadbackTexture(GSTexture* src, const GSVector4i& rect, u32 level, GSTexture::GSMap* dst); - void CopyRect(GSTexture* sTex, GSTexture* dTex, const GSVector4i& r, u32 destX, u32 destY) override; void StretchRect(GSTexture* sTex, const GSVector4& sRect, GSTexture* dTex, const GSVector4& dRect,