15 void* GetProcAddress(
const std::string& s);
16 std::string TryVideoMode(
const VideoModeParams& p,
bool& bNewDeviceOut);
17 void LogDebugInformation()
const;
18 bool IsSoftwareRenderer(std::string& sError);
24 return &CurrentParams;
27 void GetDisplaySpecs(DisplaySpecs& out)
const;
29 bool SupportsRenderToTexture()
const;
32 bool SupportsFullscreenBorderlessWindow()
const;
34 bool SupportsThreadedRendering();
35 void BeginConcurrentRenderingMainThread();
36 void EndConcurrentRenderingMainThread();
37 void BeginConcurrentRendering();
38 void EndConcurrentRendering();
41 void RestoreOutputConfig();