Hacktastic GPU trace viewer; textures, shaders, state, etc.

This commit is contained in:
Ben Vanik
2015-03-01 12:26:11 -08:00
parent 4a211a4195
commit 41174b0e64
19 changed files with 4026 additions and 2536 deletions

View File

@@ -108,6 +108,7 @@ TextureCache::TextureEntryView* TextureCache::Demand(
}
auto view = std::make_unique<TextureEntryView>();
view->texture = texture_entry;
view->sampler = sampler_entry;
view->sampler_hash = sampler_hash;
view->texture_sampler_handle = 0;