summaryrefslogtreecommitdiff
path: root/README
diff options
context:
space:
mode:
Diffstat (limited to 'README')
-rw-r--r--README26
1 files changed, 13 insertions, 13 deletions
diff --git a/README b/README
index 6852f7b..45c58cb 100644
--- a/README
+++ b/README
@@ -1,13 +1,13 @@
--------------------------------------------------------------------------------
-kvog-git/demos
--------------------------------------------------------------------------------
-
-This repository contains a collection of small demo applications that don’t
-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.
-
--------------------------------------------------------------------------------
-win-resize | Drawing while resizing on Windows
--------------------------------------------------------------------------------
+-------------------------------------------------------------------------------
+kvog-git/demos
+-------------------------------------------------------------------------------
+
+This repository contains a collection of small demo applications that don’t
+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)