From a80a1c69f8a5f4db88ade16e3b9d53f7b648be47 Mon Sep 17 00:00:00 2001 From: Andrei Karas Date: Mon, 8 Oct 2012 17:11:06 +0300 Subject: Get from video detection texture compression and texture sampler modes. --- src/graphicsmanager.h | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) (limited to 'src/graphicsmanager.h') diff --git a/src/graphicsmanager.h b/src/graphicsmanager.h index 51c9a9efc..2373e598f 100644 --- a/src/graphicsmanager.h +++ b/src/graphicsmanager.h @@ -37,6 +37,7 @@ #include "localconsts.h" class Graphics; +class TestMain; struct FBOInfo; @@ -49,9 +50,9 @@ class GraphicsManager final void initGraphics(bool noOpenGL); - int startDetection(); + TestMain *startDetection(); - bool detectGraphics(); + int detectGraphics(); bool supportExtension(const std::string &ext); @@ -83,6 +84,8 @@ class GraphicsManager final void updateLimits(); + void detectVideoSettings(); + Graphics *createGraphics(); void createTextureSampler(); -- cgit v1.2.3-60-g2f50