Skip to content

Commit f7baf62

Browse files
Minor updates in documentation. Added VK9 to list of known usages. Issue #39 thanks @disks86 !
1 parent 6689924 commit f7baf62

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

README.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -98,6 +98,7 @@ See **[Documentation](https://gpuopen-librariesandsdks.github.io/VulkanMemoryAll
9898
- **[vkDOOM3](https://github.com/DustinHLand/vkDOOM3)** - Vulkan port of GPL DOOM 3 BFG Edition. License: GNU GPL.
9999
- **[Lightweight Java Game Library (LWJGL)](https://www.lwjgl.org/)** - includes binding of the library for Java. License: BSD.
100100
- **[The Forge](https://github.com/ConfettiFX/The-Forge)** - cross-platform rendering framework. Apache License 2.0.
101+
- **[VK9](https://github.com/disks86/VK9)** - Direct3D 9 compatibility layer using Vulkan. Zlib lincese.
101102
102103
# See also
103104

src/vk_mem_alloc.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -125,7 +125,7 @@ It may be a good idea to create dedicated CPP file just for this purpose.
125125
126126
Please note that this library includes header `<vulkan/vulkan.h>`, which in turn
127127
includes `<windows.h>` on Windows. If you need some specific macros defined
128-
before including these headers (like `NOMINMAX`, `WIN32_LEAN_AND_MEAN`, or
128+
before including these headers (like `WIN32_LEAN_AND_MEAN` or
129129
`WINVER` for Windows, `VK_USE_PLATFORM_WIN32_KHR` for Vulkan), you must define
130130
them before every `#include` of this library.
131131

0 commit comments

Comments
 (0)