Store view with EventUsage, and use to filter pixel history. Refs #341

This commit is contained in:
baldurk
2016-08-29 13:37:09 +02:00
parent 4f7f00a9c6
commit 1efaca1883
9 changed files with 192 additions and 200 deletions
+1
View File
@@ -543,6 +543,7 @@ namespace renderdoc
{
public UInt32 eventID;
public ResourceUsage usage;
public ResourceId view;
};
[StructLayout(LayoutKind.Sequential)]