mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-09-04 08:35:55 +00:00
Move most backend functionality to VideoCommon
This commit is contained in:
parent
933f3ba008
commit
f039149198
182 changed files with 8334 additions and 15917 deletions
|
@ -38,7 +38,8 @@ namespace DX11
|
|||
PanicAlert("%s failed in %s at line %d: " Message, __func__, __FILE__, __LINE__, __VA_ARGS__); \
|
||||
}
|
||||
|
||||
class D3DTexture2D;
|
||||
class DXTexture;
|
||||
class DXFramebuffer;
|
||||
|
||||
namespace D3D
|
||||
{
|
||||
|
@ -64,7 +65,8 @@ void Reset(HWND new_wnd);
|
|||
void ResizeSwapChain();
|
||||
void Present();
|
||||
|
||||
D3DTexture2D* GetBackBuffer();
|
||||
DXTexture* GetSwapChainTexture();
|
||||
DXFramebuffer* GetSwapChainFramebuffer();
|
||||
const char* PixelShaderVersionString();
|
||||
const char* GeometryShaderVersionString();
|
||||
const char* VertexShaderVersionString();
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue