From 80161a767838a9459fc8c93b818e37bf718ab09f Mon Sep 17 00:00:00 2001 From: baldurk Date: Wed, 18 Nov 2015 22:57:18 +0100 Subject: [PATCH] Update release notes, another known issue bites the dust --- ReleaseNotes.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ReleaseNotes.md b/ReleaseNotes.md index 14ebdfccc..24d262947 100644 --- a/ReleaseNotes.md +++ b/ReleaseNotes.md @@ -20,6 +20,7 @@ Current Support * Simple display of most 2D textures with mips in the texture viewer. * You can view mesh input data both as data and a 3D preview * Drawcall highlight and wireframe overlays +* Texture range auto-fit and histogram display * Threading should be pretty efficient - no heavy locks on common paths (outside of creation/deletion) Known Issues @@ -28,7 +29,6 @@ Known Issues * Memory/image barriers are as yet unverified, potentially could lead to bad capture or replay. * Sparse images with mips or array slices will not properly replay * Only 2D non-array non-integer textures can currently be displayed. -* Auto texture range-fit or histogram display is not implemented. * Debug overlays other than drawcall highlight and wireframe aren't implemented. * Saving textures is not supported. * Queue-level API events are not properly listed. API calls between draw-type vkCmd... are listed.