mirror of
https://github.com/baldurk/renderdoc.git
synced 2026-05-13 05:20:45 +00:00
Pass through number of mips/layers in Vulkan image views
This commit is contained in:
@@ -69,6 +69,8 @@ namespace renderdoc
|
||||
|
||||
public UInt32 baseMip;
|
||||
public UInt32 baseLayer;
|
||||
public UInt32 numMip;
|
||||
public UInt32 numLayer;
|
||||
|
||||
public UInt64 offset;
|
||||
public UInt64 size;
|
||||
@@ -383,7 +385,9 @@ namespace renderdoc
|
||||
public TextureSwizzle[] swizzle;
|
||||
|
||||
public UInt32 baseMip;
|
||||
public UInt32 baseArray;
|
||||
public UInt32 baseLayer;
|
||||
public UInt32 numMip;
|
||||
public UInt32 numLayer;
|
||||
};
|
||||
[CustomMarshalAs(CustomUnmanagedType.TemplatedArray)]
|
||||
public Attachment[] attachments;
|
||||
|
||||
Reference in New Issue
Block a user