move utils texture to sampler 8+9

rasterfont tex will aways bound to samp8.
efb copy utils will be done in samp9.
This commit is contained in:
degasus
2013-01-19 00:39:31 +01:00
parent 6401a18143
commit 074f73c641
7 changed files with 35 additions and 27 deletions

View File

@ -34,6 +34,7 @@ class TextureCache : public ::TextureCache
public:
TextureCache();
static void DisableStage(unsigned int stage);
static void SetStage();
private:
struct TCacheEntry : TCacheEntryBase