mirror of
https://github.com/elasota/Aerofoil.git
synced 2025-12-14 12:09:36 +00:00
Display driver loop refactor
This commit is contained in:
@@ -29,7 +29,9 @@ struct IGpDisplayDriver
|
||||
{
|
||||
typedef void (*SurfaceInvalidateCallback_t) (void *context);
|
||||
|
||||
virtual void Run() = 0;
|
||||
virtual bool Init() = 0;
|
||||
virtual void ServeTicks(int tickCount) = 0;
|
||||
virtual void ForceSync() = 0;
|
||||
virtual void Shutdown() = 0;
|
||||
|
||||
// Returns the initial resolution before any display resolution events are posted
|
||||
|
||||
Reference in New Issue
Block a user