From 586d97e0b54872071100fb82ce3005169cc88bcc Mon Sep 17 00:00:00 2001 From: baldurk Date: Sun, 19 Jul 2015 00:05:02 +0200 Subject: [PATCH] Update tip about image viewing --- docs/TipsNTricks.aml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/docs/TipsNTricks.aml b/docs/TipsNTricks.aml index f3179d240..45326f977 100644 --- a/docs/TipsNTricks.aml +++ b/docs/TipsNTricks.aml @@ -25,7 +25,8 @@ open images in a variety of formats - .dds, .hdr, .exr, .bmp, .jpg, .png, .tga, .gif, .psd. The image will load up in RenderDoc's texture viewer and you can use the normal controls to view it as if it were a texture in a log. Note that dds files support all DXGI formats, compressed formats, arrays and mips - - all of which will display as expected. + all of which will display as expected. If the file is modified, RenderDoc will reload it and display + it. Note that changing the image's dimensions or format will likely cause problems. If a .cap file is saved with the "auto-start" option enabled, launching RenderDoc by opening this file will cause RenderDoc to automatically trigger a capture with the given options. This is useful for saving a common path & set of options that you regularly re-run.