Texture filtering (mostly).

This commit is contained in:
Ben Vanik
2014-01-20 23:45:45 -08:00
parent f93ffdb36f
commit 175e21bea1
3 changed files with 55 additions and 2 deletions

View File

@@ -124,6 +124,7 @@ private:
struct {
bool enabled;
xenos::xe_gpu_texture_fetch_t fetch;
TextureInfo info;
ID3D11ShaderResourceView* view;
} texture_fetchers[32];