Browse Source

Vk: doc++

pull/494/head
Vladimír Vondruš 5 years ago
parent
commit
b14978dced
  1. 3
      src/Magnum/Vk/DeviceFeatures.h

3
src/Magnum/Vk/DeviceFeatures.h

@ -45,7 +45,8 @@ namespace Magnum { namespace Vk {
Contains information stored in the @type_vk{PhysicalDeviceFeatures2} structure
chain. Values correspond to equivalently named structure fields, usually just
with the first letter uppercase instead of lowercase.
@see @ref DeviceFeatures, @ref DeviceProperties::features()
@see @ref DeviceFeatures, @ref DeviceProperties::features(),
@ref Device::enabledFeatures()
@todo @type_vk{PhysicalDeviceVulkan12Features} additionally has
`samplerMirrorClampToEdge`, `drawIndirectCount`, `descriptorIndexing`,

Loading…
Cancel
Save