Fetch layer and mip level for FBO attachments

This commit is contained in:
baldurk
2015-07-13 00:05:42 +02:00
parent 3304830086
commit 4a401460d3
4 changed files with 31 additions and 3 deletions
+4
View File
@@ -320,6 +320,10 @@ namespace renderdoc
[CustomMarshalAs(CustomUnmanagedType.TemplatedArray)]
public ResourceId[] Color;
[CustomMarshalAs(CustomUnmanagedType.TemplatedArray)]
public UInt32[] Layer;
[CustomMarshalAs(CustomUnmanagedType.TemplatedArray)]
public UInt32[] Mip;
public ResourceId Depth;
public ResourceId Stencil;