Browse Source

Doc++

pull/494/head
Vladimír Vondruš 5 years ago
parent
commit
6f57231c64
  1. 3
      src/Magnum/Mesh.h

3
src/Magnum/Mesh.h

@ -87,7 +87,8 @@ enum class MeshPrimitive: UnsignedInt {
Lines,
/**
* Line strip, last and first vertex are connected together.
* Like @ref MeshPrimitive::LineStrip, but with last and first vertex
* connected together.
*
* Corresponds to @ref GL::MeshPrimitive::LineLoop. Not supported on
* Vulkan, D3D or Metal.

Loading…
Cancel
Save