From be73ee126221891fac321eca3d739d700ec4a2d0 Mon Sep 17 00:00:00 2001 From: baldurk Date: Fri, 13 Nov 2015 10:24:07 +0100 Subject: [PATCH] Tweak release notes --- ReleaseNotes.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ReleaseNotes.md b/ReleaseNotes.md index 9c184d5fb..5df3df263 100644 --- a/ReleaseNotes.md +++ b/ReleaseNotes.md @@ -13,7 +13,7 @@ Current Support ======== * A single VkInstance/VkQueue/VkDevice triple is supported. -* Capture and replay of single-frame captures (not full-program streams a la apitrace). +* Capture and replay of single-frame captures (not full-program streams a la vktrace). * On replay you can step into each vkQueueSubmit call to see the command buffers submitted, and step into them to browse through the commands. * The pipeline state will be displayed at each command, showing the data contained in each member of the pipeline createinfo struct, as well as dynamic state. * Simple disassembly/reflection of SPIR-V to determine which descriptors to read for read-only resources and uniform buffers. The uniform buffers will be listed separately and the member variables filled out.