From 078187d9ad9f2750eb5374e30b0450b86940dd99 Mon Sep 17 00:00:00 2001 From: Anton Date: Thu, 17 Sep 2026 16:17:51 +0200 Subject: [PATCH] Document Windows allocator support --- README.md | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/README.md b/README.md index 1f97992..1fb7a5e 100644 --- a/README.md +++ b/README.md @@ -55,6 +55,12 @@ v run setup.vsh Use `v run setup.vsh --check` for a read-only diagnostic pass. +Windows 10/11 x64 is a tested target. The setup delegates Vulkan SDK discovery +to `antono2.vulkan`, reuses an existing compatible `VULKAN_SDK`, and does not +replace an installed SDK. CI runs the complete allocator test suite on Windows +Server 2022 with MSVC and SwiftShader. Linux CI additionally runs the real +Vulkan buffer, image, and sustained-allocation example workloads. + The allocator uses the production-hardened v1.4 release of [`antono2.memory`](https://github.com/antono2/memory), specifically `memory.RangeAllocator`,