summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--README10
1 files changed, 3 insertions, 7 deletions
diff --git a/README b/README
index a0c389c..45c58cb 100644
--- a/README
+++ b/README
@@ -8,10 +8,6 @@ deserve their own repositories.
These demos are for educational and experimental purposes only. They are not
guaranteed to be correct, performant, safe, or (generally speaking) good.
--------------------------------------------------------------------------------
-vk-cube | Spinning cube Vulkan demo
--------------------------------------------------------------------------------
-win-resize-mt | Drawing while resizing on Windows (multi threaded)
--------------------------------------------------------------------------------
-win-resize-st | Drawing while resizing on Windows (single threaded)
--------------------------------------------------------------------------------
+vk-cube: Spinning cube Vulkan demo
+win-resize-mt: Drawing while resizing on Windows (multi threaded)
+win-resize-st: Drawing while resizing on Windows (single threaded)