mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-07-28 19:58:53 +00:00
Implement AbstractGfx for Software & Null
This commit is contained in:
parent
f0336a3129
commit
d37f83ffeb
15 changed files with 314 additions and 318 deletions
|
@ -55,6 +55,8 @@ using ClearColor = std::array<float, 4>;
|
|||
class AbstractGfx
|
||||
{
|
||||
public:
|
||||
virtual ~AbstractGfx() = default;
|
||||
|
||||
virtual bool IsHeadless() const = 0;
|
||||
|
||||
virtual void SetPipeline(const AbstractPipeline* pipeline) {}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue