Browse Source

doc: I died in the middle of a sentence here.

Happens way too often, honestly.
pull/491/head
Vladimír Vondruš 5 years ago
parent
commit
a89f3c5943
  1. 4
      doc/vulkan-wrapping.dox

4
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

Loading…
Cancel
Save