diff options
author | Aki <please@ignore.pl> | 2022-04-10 13:58:19 +0200 |
---|---|---|
committer | Aki <please@ignore.pl> | 2022-04-10 13:58:19 +0200 |
commit | fa8e5233ad5ce10fa1c0a76e235348d57a395539 (patch) | |
tree | 39065d9dae1d4914cd861ca762cf04092c5895df /StarsEx/VideoDX9.h | |
parent | 37d4fd61b47137b4f4bc6209c8ecec56981c2007 (diff) | |
parent | 06683d2e60da5144e5483c3d0cf88aa28dab1c8a (diff) | |
download | starshatter-fa8e5233ad5ce10fa1c0a76e235348d57a395539.zip starshatter-fa8e5233ad5ce10fa1c0a76e235348d57a395539.tar.gz starshatter-fa8e5233ad5ce10fa1c0a76e235348d57a395539.tar.bz2 |
Merge branch 'magic'
Diffstat (limited to 'StarsEx/VideoDX9.h')
-rw-r--r-- | StarsEx/VideoDX9.h | 3 |
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; |