mirror of
https://github.com/baldurk/renderdoc.git
synced 2026-05-12 21:10:42 +00:00
Always view raw buffers as xint
This commit is contained in:
@@ -1702,6 +1702,9 @@ namespace renderdocui.Windows.PipelineState
|
||||
}
|
||||
}
|
||||
|
||||
if (view.Flags.HasFlag(D3D11BufferViewFlags.Raw))
|
||||
format = "xint";
|
||||
|
||||
format += view.Format.compCount;
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user