Browse Source

Trade: doc++

pull/565/merge
Vladimír Vondruš 4 years ago
parent
commit
75d927272b
  1. 2
      src/Magnum/Trade/AbstractSceneConverter.h

2
src/Magnum/Trade/AbstractSceneConverter.h

@ -517,7 +517,7 @@ checked by the implementation:
(if any) was aborted with @ref doAbort(). (if any) was aborted with @ref doAbort().
- The @ref doAdd() and various `doSet*()` functions are called only if a - The @ref doAdd() and various `doSet*()` functions are called only if a
corresponding @ref SceneConverterFeature is supported. corresponding @ref SceneConverterFeature is supported.
- The @ref doAdd((UnsignedInt, Containers::Iterable<const MeshData>, Containers::StringView) - The @ref doAdd(UnsignedInt, Containers::Iterable<const MeshData>, Containers::StringView)
function is called only if the list has at least one mesh function is called only if the list has at least one mesh
- All @ref doAdd() functions taking a single image are called only if the - All @ref doAdd() functions taking a single image are called only if the
image has a non-zero size in all dimensions and the data is not image has a non-zero size in all dimensions and the data is not

Loading…
Cancel
Save