Remove MipSlice parameter to make things a little simpler

This commit is contained in:
baldurk
2014-10-07 23:19:57 +01:00
parent 9793ac6312
commit 37e4209cc9
4 changed files with 39 additions and 25 deletions
@@ -142,8 +142,6 @@ namespace renderdoc
public UInt32 HighestMip;
public UInt32 NumMipLevels;
public UInt32 MipSlice;
// Texture Array
public UInt32 ArraySize;
public UInt32 FirstArraySlice;