mirror of
https://github.com/libretro/scummvm.git
synced 2025-03-07 02:39:56 +00:00
COMMON: Add a feature flag for toggling fullscreen keeping the same GFX context
This commit is contained in:
parent
d645bbcefd
commit
9214605e13
@ -331,6 +331,19 @@ public:
|
||||
*/
|
||||
kFeatureVSync,
|
||||
|
||||
/**
|
||||
* When a backend supports this feature, it guarantees the graphics
|
||||
* context is not destroyed when switching to and from fullscreen.
|
||||
*
|
||||
* For OpenGL that means the context is kept with all of its content:
|
||||
* texture, programs...
|
||||
*
|
||||
* For TinyGL that means the backbuffer surface is kept.
|
||||
*
|
||||
* ResidualVM specific
|
||||
*/
|
||||
kFeatureFullscreenToggleKeepsContext,
|
||||
|
||||
/**
|
||||
* The presence of this feature indicates whether the displayLogFile()
|
||||
* call is supported.
|
||||
|
Loading…
x
Reference in New Issue
Block a user