Browse Source

Vk: doc++

pull/481/head
Vladimír Vondruš 6 years ago
parent
commit
ff41d45be8
  1. 1
      doc/compilation-speedup.dox
  2. 2
      src/Magnum/Vk/Enums.h

1
doc/compilation-speedup.dox

@ -66,6 +66,7 @@ available, each namespace has its own:
- @ref Magnum/Text/Text.h - @ref Magnum/Text/Text.h
- @ref Magnum/Trade/Trade.h - @ref Magnum/Trade/Trade.h
- @ref Magnum/Ui/Ui.h - @ref Magnum/Ui/Ui.h
- @ref Magnum/Vk/Vk.h
@section compilation-speedup-templates Templates @section compilation-speedup-templates Templates

2
src/Magnum/Vk/Enums.h

@ -54,7 +54,7 @@ In case @ref isMeshPrimitiveImplementationSpecific() returns @cpp false @ce for
@p primitive, maps it to a corresponding Vulkan primitive topology. In case @p primitive, maps it to a corresponding Vulkan primitive topology. In case
@ref isMeshPrimitiveImplementationSpecific() returns @cpp true @ce, assumes @ref isMeshPrimitiveImplementationSpecific() returns @cpp true @ce, assumes
@p primitive stores a Vulkan-specific primitive topology and returns @p primitive stores a Vulkan-specific primitive topology and returns
@ref meshPrimitiveUnwrap() cast to @type_vk{VkPrimitiveTopology}. @ref meshPrimitiveUnwrap() cast to @type_vk{PrimitiveTopology}.
Not all generic mesh primitives are available in Vulkan and this function Not all generic mesh primitives are available in Vulkan and this function
expects that given primitive is available. Use @ref hasVkPrimitiveTopology() to expects that given primitive is available. Use @ref hasVkPrimitiveTopology() to

Loading…
Cancel
Save