From a89f3c59431cc6e6e399232593b2e7bb4af6e126 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Vladim=C3=ADr=20Vondru=C5=A1?= Date: Thu, 17 Dec 2020 15:41:52 +0100 Subject: [PATCH] doc: I died in the middle of a sentence here. Happens way too often, honestly. --- doc/vulkan-wrapping.dox | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/doc/vulkan-wrapping.dox b/doc/vulkan-wrapping.dox index 174049256..c718d9980 100644 --- a/doc/vulkan-wrapping.dox +++ b/doc/vulkan-wrapping.dox @@ -107,7 +107,9 @@ As opposed to device memory allocation, which is exposed through @type_vk{AllocationCallbacks} is not possible as use cases for overriding host memory allocators are quite rare. This pointer is thus always set to @cpp nullptr @ce in any `vkCreate*()` calls. If you want to supply your own -callbacks, +callbacks, you have to call these functions directly --- ideally through the +instance- and device-level function pointers available through +@ref Vk::Instance::operator->() and @ref Vk::Device::operator->(). @section vulkan-wrapping-raw Common interfaces for interaction with raw Vulkan code