Readded texture stretch, texture dither, and 16 bit textures.

This commit is contained in:
Chris Danford
2002-11-14 01:26:19 +00:00
parent 9d68ff5d7b
commit 487b4e9527
16 changed files with 293 additions and 131 deletions
+2 -1
View File
@@ -22,11 +22,12 @@
//-----------------------------------------------------------------------------
// RageTexture constructor
//-----------------------------------------------------------------------------
RageTexture::RageTexture( const CString &sFilePath )
RageTexture::RageTexture( CString sFilePath, RageTexturePrefs prefs )
{
// LOG->Trace( "RageTexture::RageTexture()" );
m_sFilePath = sFilePath;
m_prefs = prefs;
m_iRefCount = 1;
m_iSourceWidth = m_iSourceHeight = 0;