Browse Source

Vk: doc++

pull/494/head
Vladimír Vondruš 5 years ago
parent
commit
4af6e9489c
  1. 2
      doc/vulkan-mapping.dox
  2. 2
      src/Magnum/Vk/Instance.h

2
doc/vulkan-mapping.dox

@ -25,7 +25,7 @@
namespace Magnum { namespace Vk {
/** @page vulkan-mapping APi mapping
/** @page vulkan-mapping API mapping
@brief List of Vulkan handles, functions, enums and structures corresponding to particular Magnum APIs.
@m_since_latest

2
src/Magnum/Vk/Instance.h

@ -172,7 +172,7 @@ Compared to the above, the same custom code would then look like this:
Similarly you can use @ref Device::populateGlobalFunctionPointers() to populate
device-level global function pointers.
@section Vk-Instance-disabled-move Disabled move and delayed instances creation
@section Vk-Instance-disabled-move Disabled move and delayed instance creation
Similarly to @ref Device, for safety reasons as all instance-dependent objects
internally have to keep a pointer to the originating @ref Instance to access

Loading…
Cancel
Save