diff options
| author | Hunter Kvalevog <hunter@kvog.sh> | 2026-05-31 21:48:54 -0500 |
|---|---|---|
| committer | Hunter Kvalevog <hunter@kvog.sh> | 2026-05-31 21:48:54 -0500 |
| commit | 59b0da2dd45261695ee32662847277750c2f4e9a (patch) | |
| tree | 01a4aabadc7e300afdc2c540b8abc9a8b4a7a433 | |
| parent | a9a5e68cf552365c352ef9135c402ad6edbb3b08 (diff) | |
| -rw-r--r-- | README | 10 |
1 files changed, 3 insertions, 7 deletions
@@ -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)
|