mirror of
https://github.com/baldurk/renderdoc.git
synced 2026-08-26 08:26:50 +00:00
Texture buffers now default to viewing in the buffer not texture viewer
* The pipeline state windows will open up the buffer viewer instead of the texture viewer to show the contents of texture buffers.
This commit is contained in:
@@ -481,7 +481,7 @@ namespace renderdocui.Windows
|
||||
if (m_Core.CurBuffers[i].ID == ID)
|
||||
{
|
||||
var viewer = new BufferViewer(m_Core, false);
|
||||
viewer.ViewRawBuffer(ID);
|
||||
viewer.ViewRawBuffer(true, ID);
|
||||
viewer.Show(DockPanel);
|
||||
return;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user