Browse Source

Trade: this doesn't need to be exported.

pull/525/head
Vladimír Vondruš 5 years ago
parent
commit
54042dacd0
  1. 2
      src/Magnum/Trade/SceneData.h

2
src/Magnum/Trade/SceneData.h

@ -2302,7 +2302,7 @@ class MAGNUM_TRADE_EXPORT SceneData {
/* Returns the offset at which `object` is for field at index `id`, or
the end offset if the object is not found. The returned offset can
be then passed to fieldData{Object,Field}ViewInternal(). */
std::size_t findFieldObjectOffsetInternal(const SceneFieldData& field, UnsignedInt object, std::size_t offset) const;
MAGNUM_TRADE_LOCAL std::size_t findFieldObjectOffsetInternal(const SceneFieldData& field, UnsignedInt object, std::size_t offset) const;
/* Like objects() / field(), but returning just a 1D view, sliced from
offset to offset + size. The parameterless overloads are equal to

Loading…
Cancel
Save