summaryrefslogtreecommitdiffhomepage
path: root/StarsEx/VideoDX9.h
diff options
context:
space:
mode:
Diffstat (limited to 'StarsEx/VideoDX9.h')
-rw-r--r--StarsEx/VideoDX9.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/StarsEx/VideoDX9.h b/StarsEx/VideoDX9.h
index 9166495..f740a20 100644
--- a/StarsEx/VideoDX9.h
+++ b/StarsEx/VideoDX9.h
@@ -77,6 +77,8 @@ public:
virtual int ZDepth() const { return zdepth; }
virtual DWORD VidMemFree() const;
virtual int D3DLevel() const { return 9; }
+ virtual void RequestTexSize(int size);
+ virtual int TexSize() const;
virtual int MaxTexSize() const;
virtual int MaxTexAspect() const;
virtual int GammaLevel() const { return gamma; }
@@ -133,6 +135,7 @@ private:
int height;
int bpp;
int gamma;
+ int requested_tex_size;
int zdepth;
Color background;