11 void* GetProcAddress(
const std::string& s);
12 std::string TryVideoMode(
const VideoModeParams& p,
bool& bNewDeviceOut);
13 void GetDisplaySpecs(DisplaySpecs& out)
const;
14 bool IsSoftwareRenderer(std::string& sError);
17 bool SupportsThreadedRendering();
18 void BeginConcurrentRendering();
19 void EndConcurrentRendering();
20 virtual bool SupportsRenderToTexture()
const {
return true; }
23 bool SupportsFullscreenBorderlessWindow()
const {
return true; }