Skip to content

Commit 4a2fb83

Browse files
committed
Add one more line break for note
1 parent ea30728 commit 4a2fb83

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

README.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -78,6 +78,7 @@ All other documentation is in [`docs`](./docs/):
7878
2. [Usage](./docs/Usage.md) contains a detailed usage guide, and examples for Vulkan-Hpp.
7979
3. [Configuration](./docs/Configuration.md) lists all the options available to configure the behaviour and features of Vulkan-Hpp.
8080
> [!NOTE]
81+
>
8182
> All macro configuration options [available in the C API](https://docs.vulkan.org/spec/latest/appendices/boilerplate.html) are also available and used in Vulkan-Hpp.
8283
4. [Handles](./docs/Handles.md) is an overview of the three different families of handles provided by Vulkan-Hpp. These allow semantics similar to `std::unique_ptr`, `std::shared_ptr`, and also the `vk::raii` handles, which are [RAII](https://en.cppreference.com/w/cpp/language/raii.html) (resource acquisition is initialisation) handles that offer object-oriented semantics for Vulkan handles.
8384

0 commit comments

Comments
 (0)