summaryrefslogtreecommitdiffhomepage
path: root/StarsEx/Video.h
diff options
context:
space:
mode:
authorAki <please@ignore.pl>2022-04-10 00:30:31 +0200
committerAki <please@ignore.pl>2022-04-10 00:30:31 +0200
commit06683d2e60da5144e5483c3d0cf88aa28dab1c8a (patch)
tree646b470948b93a1dd18ba759f071ff454211feb1 /StarsEx/Video.h
parent595140fc96fc48ac6934615d37bd2b4a180d716d (diff)
downloadstarshatter-06683d2e60da5144e5483c3d0cf88aa28dab1c8a.zip
starshatter-06683d2e60da5144e5483c3d0cf88aa28dab1c8a.tar.gz
starshatter-06683d2e60da5144e5483c3d0cf88aa28dab1c8a.tar.bz2
Requested texture size is now managed by Video and Video Settings
Diffstat (limited to 'StarsEx/Video.h')
-rw-r--r--StarsEx/Video.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/StarsEx/Video.h b/StarsEx/Video.h
index a35a32e..8729581 100644
--- a/StarsEx/Video.h
+++ b/StarsEx/Video.h
@@ -151,6 +151,8 @@ public:
virtual int ZDepth() const { return 0; }
virtual DWORD VidMemFree() const { return 0; }
virtual int D3DLevel() const { return 0; }
+ virtual void RequestTexSize(int size) { }
+ virtual int TexSize() const { return 256; }
virtual int MaxTexSize() const { return 256; }
virtual int MaxTexAspect() const { return 0; }
virtual int GammaLevel() const { return 190; }