MCPcopy Create free account
hub / github.com/comaps/comaps / GetStrideInBytes

Method GetStrideInBytes

libs/drape/mesh_object.hpp:170–170  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

168 void * GetData() override { return m_data.data(); }
169 uint32_t GetSizeInBytes() const override { return static_cast<uint32_t>(m_data.size() * sizeof(T)); }
170 uint32_t GetStrideInBytes() const override { return m_stride; }
171
172 private:
173 std::vector<T> m_data;

Callers 4

BuildMethod · 0.80
DrawPrimitivesSubsetMethod · 0.80
DrawPrimitivesMethod · 0.80
BuildMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected