From d51d1fdfd75895c011ea1dd4af1a2409357d7a01 Mon Sep 17 00:00:00 2001 From: jordan4ibanez Date: Sun, 12 Mar 2023 17:31:29 -0400 Subject: [PATCH] Add a note for first time devs --- README.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/README.md b/README.md index ea34660..ac9ba97 100644 --- a/README.md +++ b/README.md @@ -6,6 +6,10 @@ ErupteD Automatically-generated D bindings for the [Vulkan API](https://www.khronos.org/Vulkan/) based on [D-Vulkan](https://github.com/ColonelThirtyTwo/dvulkan). Acquiring Vulkan functions is based on Intel [API without Secrets](https://software.intel.com/en-us/api-without-secrets-introduction-to-vulkan-part-1). +Note For devs +---------------------- + +To gain access to validation layers, you MUST install the Vulkan SDK. This can be downloaded [here.](https://vulkan.lunarg.com/) Release note v2.x.x