mirror of
https://github.com/dhewm/dhewm3-sdk.git
synced 2025-02-02 05:41:33 +00:00
Get rid of GetCardCaps()
Useless now.
This commit is contained in:
parent
e3e30a873f
commit
97163cf526
1 changed files with 0 additions and 1 deletions
|
@ -243,7 +243,6 @@ public:
|
||||||
// to use the default tga loading code without having dimmed down areas in many places
|
// to use the default tga loading code without having dimmed down areas in many places
|
||||||
virtual void CaptureRenderToFile( const char *fileName, bool fixAlpha = false ) = 0;
|
virtual void CaptureRenderToFile( const char *fileName, bool fixAlpha = false ) = 0;
|
||||||
virtual void UnCrop() = 0;
|
virtual void UnCrop() = 0;
|
||||||
virtual void GetCardCaps( bool &oldCard, bool &nv10or20 ) = 0;
|
|
||||||
|
|
||||||
// the image has to be already loaded ( most straightforward way would be through a FindMaterial )
|
// the image has to be already loaded ( most straightforward way would be through a FindMaterial )
|
||||||
// texture filter / mipmapping / repeat won't be modified by the upload
|
// texture filter / mipmapping / repeat won't be modified by the upload
|
||||||
|
|
Loading…
Reference in a new issue