From 4d4ef311e71ac42bf935ab9611883df12cb35f59 Mon Sep 17 00:00:00 2001 From: omar Date: Thu, 29 Feb 2024 15:09:57 +0100 Subject: [PATCH] Updated Integrating with Vulkan (markdown) --- Integrating-with-Vulkan.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/Integrating-with-Vulkan.md b/Integrating-with-Vulkan.md index e6ed3de..f9bcad3 100644 --- a/Integrating-with-Vulkan.md +++ b/Integrating-with-Vulkan.md @@ -1,3 +1,6 @@ + +(*Note* This page is not maintained. Consider referring to [Getting Started](https://github.com/ocornut/imgui/wiki/Getting-Started) article.) + # Introduction Vulkan is a modern low level graphics api. With vulkan there are changes that is different from OpenGL and DirectX.