- texture sampler cleanup.

This commit is contained in:
Christoph Oelckers 2020-05-28 22:51:17 +02:00
commit a517b04908
16 changed files with 65 additions and 65 deletions

View file

@ -457,9 +457,9 @@ DEFINE_GLOBAL(CleanYfac_1)
DEFINE_GLOBAL(CleanWidth_1)
DEFINE_GLOBAL(CleanHeight_1)
IHardwareTexture* CreateHardwareTexture()
IHardwareTexture* CreateHardwareTexture(int numchannels)
{
return screen->CreateHardwareTexture();
return screen->CreateHardwareTexture(numchannels);
}
//==========================================================================